vendor/make-quickutils.lisp @ 8a22df7c2b9d
Clean up and get the rule forest generation working properly
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 07 Dec 2016 17:52:35 -0500 |
parents |
3cfc630a3e6e |
children |
6ff8b64f6041 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:copy-hash-table
:curry
:ensure-boolean
:ensure-gethash
:ensure-list
:extremum
:flatten-once
:hash-table-keys
:hash-table-values
:map-product
:mkstr
:once-only
:rcurry
:set-equal
:subdivide
:symb
:with-gensyms
:with-output-to-file
:write-string-into-file
:yes-no
)
:package "SCULLY.QUICKUTILS")