src/make-quickutils.lisp @ 8897604cb9dd
Clean up the test running and makefile
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 20 Aug 2016 21:38:54 +0000 |
parents |
ba96e98a1d54 |
children |
(none) |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(:define-constant
:set-equal
:curry
:rcurry
:switch
:ensure-boolean
:while
:until
:tree-member-p
:with-gensyms
:once-only
:zip
:alist-to-hash-table
:map-tree
:weave
:alist-plist
:equivalence-classes
:map-product)
:package "BONES.QUICKUTILS")