vendor/make-quickutils.lisp @ 1bb893fae2bc
Add tracery bindings
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 10 Jan 2017 14:39:57 +0000 |
parents |
5cace362d318 |
children |
4add15d40994 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:copy-array
:curry
:define-constant
:ensure-boolean
:ensure-gethash
:ensure-list
:extremum
:flip
: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
:separated-string-append
:subdivide
:symb
:tree-collect
:with-gensyms
)
:package "SAND.QUICKUTILS")