vendor/quickutils-package.lisp @ 638d42c1ebe6
Sort for unit tests
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 24 Dec 2018 15:23:56 -0500 |
parents |
4cad0eb1a700 |
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)