vendor/make-quickutils.lisp @ 3cfc630a3e6e
Lots of cleanup, docstrings, comments
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 24 Nov 2016 16:08:20 +0000 |
parents |
e2fbd297f5c7 |
children |
8a22df7c2b9d |
(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
:with-gensyms
:with-output-to-file
:write-string-into-file
:yes-no
)
:package "SCULLY.QUICKUTILS")