vendor/make-quickutils.lisp @ 1a365d4ae7bc
Just go ahead and start the shopkeeper
We'll work on making it better when I'm less drunk.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 18 Jan 2017 00:32:30 +0000 |
parents |
824673714b91 |
children |
0cd848f60230 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:curry
:ensure-boolean
:ensure-gethash
:ensure-list
:n-grams
:once-only
:rcurry
:read-file-into-string
:symb
:with-gensyms
:write-string-into-file
)
:package "MAGITEK.QUICKUTILS")