Add AIPS Rovers example
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 30 Jun 2016 17:53:49 +0000 |
parents |
de6e248866f4 |
children |
970e21fa14b0 |
(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))
(defpackage #:bones-test.wam
(:use
#:cl
#:5am
#:bones.quickutils
#:bones.wam)
(:import-from #:bones.wam
#:with-database
#:make-database
#:with-fresh-database
#:rule
#:rules
#:fact
#:facts
#:call
#:return-one
#:return-all)
(:shadowing-import-from #:bones.wam
#:!))
(defpackage #:bones-test.circle
(:use :cl :5am :bones.circle))