vendor/quickutils-package.lisp @ 5504cf7fd389
Initial commit
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 05 Nov 2016 19:34:10 +0000 |
parents |
(none) |
children |
c3d408862ac3 |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "DIRECTED-GRAPH.QUICKUTILS")
(defpackage "DIRECTED-GRAPH.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use :cl))))
(in-package "DIRECTED-GRAPH.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)