vendor/quickutils-package.lisp @ f4ede9fed310
Expunge Clojure
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Thu, 01 Nov 2018 19:46:55 -0400 |
| parents | (none) |
| children | 4cad0eb1a700 |
(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)