package-test.lisp @ 564c709801aa

Implement the query code runner

Also adds a few convenience functions for functors, and makes structures print
more nicely in the heap dump.
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Apr 2016 16:02:54 +0000
parents e29b793a6e91
children f3ed7ce70f3b
(defpackage #:bones-test
  (:use #:cl
        #:5am
        #:bones))

(defpackage #:bones-test.paip
  (:use #:cl
        #:5am
        #:bones.quickutils
        #:bones.paip)
  ; kill me
  (:shadowing-import-from #:5am #:fail))