vendor/quickutils-package.lisp @ ca726222b6f1
Use quickutil to save some code
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 20 Nov 2016 17:35:34 +0000 |
parents |
(none) |
children |
(none) |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "NREPL.QUICKUTILS")
(defpackage "NREPL.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use :cl))))
(in-package "NREPL.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)