vendor/quickutils-package.lisp @ 6f43a660d22a
Remove the stupid cl-arrows dep
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Wed, 29 Mar 2017 18:20:14 +0000 |
| parents | c31f22ad19d5 |
| children | (none) |
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "TEMPERANCE.QUICKUTILS") (defpackage "TEMPERANCE.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "TEMPERANCE.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)