vendor/quickutils-package.lisp @ bb5224a1a209
Fix hash table pretty printing in CCL
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 14 Nov 2018 18:18:20 -0500 |
parents |
498989a23d4d |
children |
(none) |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "CACL.QUICKUTILS")
(defpackage "CACL.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use :cl))))
(in-package "CACL.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)