vendor/quickutils-package.lisp @ a2fa45383a67
Day 13
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sun, 16 Dec 2018 21:30:28 -0500 | 
| parents | e07421f643fe | 
| children | (none) | 
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "ADVENT.QUICKUTILS") (defpackage "ADVENT.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "ADVENT.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)