vendor/make-quickutils.lisp @ 4843f09b50f6
Start working on the head finalization process
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 15 Dec 2016 15:20:07 -0500 |
parents |
6ff8b64f6041 |
children |
fd5861c11c5f |
(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-alist
:hash-table-keys
:hash-table-values
:map-product
:map-tree
:mkstr
:once-only
:rcurry
:set-equal
:subdivide
:symb
:with-gensyms
:with-output-to-file
:write-string-into-file
:yes-no
)
:package "SCULLY.QUICKUTILS")