vendor/quickutils-package.lisp @ ead9bd0ff20e
Problem 59
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Thu, 02 Mar 2017 22:12:19 +0000 | 
| parents | a66997c0fad3 | 
| children | (none) | 
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "EULER.QUICKUTILS") (defpackage "EULER.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use #:cl)))) (in-package "EULER.QUICKUTILS") ;; need to define this here so sbcl will shut the hell up about it being ;; undefined when compiling quickutils.lisp. computers are trash. (defparameter *utilities* nil)