src/package.lisp @ 2d34585c5704

Clean up, remove quickutils
author Steve Losh <steve@stevelosh.com>
date Sun, 19 Jan 2020 19:51:35 -0500
parents (none)
children 2735aa6aab79
(defpackage :rosalind
  (:use :cl :iterate :losh)
  (:import-from :1am :is)
  (:import-from :alexandria
    :curry :rcurry :compose
    :ensure-gethash
    :with-gensyms :once-only :symbolicate)
  (:shadowing-import-from :1am :test)
  (:export :run-tests))