src/make-quickutils.lisp @ 13136d4b4761
Run the tests on CCL too
Everything already Just Works on CCL, so we may as well support
a second implementation.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 30 Jun 2016 17:52:53 +0000 |
parents |
e8934091b7bb |
children |
410acaae0c14 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(:define-constant
:set-equal
:curry
:switch
:ensure-boolean
:while
:until
:tree-member-p
:tree-collect
:with-gensyms
:once-only
:zip
:alist-to-hash-table
:map-tree
:weave
:range
:alist-plist
)
:package "BONES.QUICKUTILS")