vendor/quickutils-package.lisp @ 4cad0eb1a700

Restructure, do GC
author Steve Losh <steve@stevelosh.com>
date Thu, 01 Nov 2018 21:10:34 -0400
parents f4ede9fed310
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "ROSALIND.QUICKUTILS")
    (defpackage "ROSALIND.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use #:cl))))

(in-package "ROSALIND.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)