vendor/quickutils-package.lisp @ 8a22df7c2b9d

Clean up and get the rule forest generation working properly
author Steve Losh <steve@stevelosh.com>
date Wed, 07 Dec 2016 17:52:35 -0500
parents 67daea4e67cb
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "SCULLY.QUICKUTILS")
    (defpackage "SCULLY.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use :cl))))

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