vendor/quickutils-package.lisp @ 498989a23d4d

Initial commit
author Steve Losh <steve@stevelosh.com>
date Sun, 18 Mar 2018 11:56:52 -0400
parents (none)
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "CACL.QUICKUTILS")
    (defpackage "CACL.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use :cl))))

(in-package "CACL.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)