vendor/quickutils-package.lisp @ 7d9a9d2a4af2

Finish wrapping some stuff, remove prefixes
author Steve Losh <steve@stevelosh.com>
date Sat, 11 Feb 2017 17:14:03 +0000
parents f61929db839b
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "BEARLIBTERMINAL.QUICKUTILS")
    (defpackage "BEARLIBTERMINAL.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use :cl))))

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