vendor/quickutils-package.lisp @ 85cfdad82fbd
Clean up code, add file API
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 16 Jan 2018 19:42:40 -0500 |
parents |
de4030a2d5b9 |
children |
1e155f658715 |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "TRIVIAL-PPM.QUICKUTILS")
(defpackage "TRIVIAL-PPM.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use :cl))))
(in-package "TRIVIAL-PPM.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)