vendor/make-quickutils.lisp @ dc2c9931b634
SICP streams
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 04 Sep 2016 22:20:37 +0000 |
parents |
8a0871a52d1d |
children |
eee0f45d46b8 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:curry
:define-constant
:ensure-gethash
:hash-table-alist
:hash-table-plist
:hash-table-keys
:hash-table-values
:n-grams
:once-only
:rcurry
:read-file-into-string
:required-argument
:riffle
:tree-collect
:with-gensyms
)
:package "SAND.QUICKUTILS")