vendor/quickutils-package.lisp @ 86ab44c2dfa8
Tear out socket bullshit and implement the random player
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 14 Sep 2016 16:12:55 +0000 |
parents |
87b80a1dabb2 |
children |
67daea4e67cb |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "SCULLY.QUICKUTILS")
(defpackage "SCULLY.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use #:cl))))
(in-package "SCULLY.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)