vendor/quickutils-package.lisp @ 11dfd8438119 default tip
Added tag v1.0.1 for changeset acf092c22cdb
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Thu, 27 Aug 2020 22:17:20 -0400 |
| parents | 678e161802f5 |
| children | (none) |
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "CHANCERY.QUICKUTILS") (defpackage "CHANCERY.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "CHANCERY.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)