src/make-quickutils.lisp @ 4d33f11b074f
Add a barebones GGP test case so we can start poking at performance
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 30 Apr 2016 22:57:09 +0000 |
parents |
f3ed7ce70f3b |
children |
e8934091b7bb |
(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
:zip
:alist-to-hash-table
:map-tree
:weave
:range
:alist-plist
)
:package "BONES.QUICKUTILS")