vendor/quickutils-package.lisp @ 1a365d4ae7bc
Just go ahead and start the shopkeeper
We'll work on making it better when I'm less drunk.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 18 Jan 2017 00:32:30 +0000 |
parents |
f088d1a1afd6 |
children |
(none) |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "MAGITEK.QUICKUTILS")
(defpackage "MAGITEK.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use :cl))))
(in-package "MAGITEK.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)