vendor/quickutils-package.lisp @ 3e7390e1f690

Add some trees, and mutate the l-systems sometimes
author Steve Losh <steve@stevelosh.com>
date Tue, 20 Feb 2018 20:12:23 -0500
parents 55c0df99bd7a
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "FLAX.QUICKUTILS")
    (defpackage "FLAX.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use :cl))))

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