vendor/make-quickutils.lisp @ 03240af4df9b
Move PCG to its own lib
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 06 Feb 2017 14:01:17 +0000 |
parents |
5c5070c21269 |
children |
ea247d3d5953 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:copy-array
:curry
:define-constant
:ensure-boolean
:ensure-gethash
:ensure-keyword
: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
:write-string-into-file
)
:package "SAND.QUICKUTILS")