package.lisp @ 6088027147e1

Do HAMM, add fancy stream/string management
author Steve Losh <steve@stevelosh.com>
date Thu, 01 Nov 2018 21:54:39 -0400
parents f4ede9fed310
children (none)
(defpackage :rosalind
  (:use
    :cl
    :iterate
    :losh
    :rosalind.quickutils)
  (:import-from :1am :is)
  (:shadowing-import-from :1am :test)
  (:export :run-tests))