vendor/quickutils-package.lisp @ 94eb90b8d9f3
Add some docstrings
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Wed, 15 Mar 2017 00:23:19 +0000 |
| parents | c6a3ab353556 |
| children | (none) |
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "PCG.QUICKUTILS") (defpackage "PCG.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "PCG.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)