vendor/make-quickutils.lisp @ c034e194a114
Fuck around a bit
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 09 Jan 2017 12:13:02 +0000 |
parents |
742629b88c91 |
children |
5cace362d318 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:copy-array
:curry
:define-constant
:ensure-gethash
:ensure-list
:extremum
:hash-table-alist
:hash-table-keys
:hash-table-plist
:hash-table-values
:iota
:n-grams
:once-only
:range
:rcurry
:read-file-into-string
:required-argument
:riffle
:subdivide
:symb
:tree-collect
:with-gensyms
)
:package "SAND.QUICKUTILS")