vendor/make-quickutils.lisp @ fe02d26f331f
Plumb together all the rule tree/stratification stuff
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 21 Nov 2016 16:52:13 +0000 |
parents |
b4a7a2c6e449 |
children |
e2fbd297f5c7 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:copy-hash-table
:curry
:ensure-boolean
:ensure-gethash
:ensure-list
:flatten-once
:hash-table-keys
:hash-table-values
:map-product
:mkstr
:once-only
:rcurry
:set-equal
:with-gensyms
:with-output-to-file
)
:package "SCULLY.QUICKUTILS")