vendor/make-quickutils.lisp @ 410ea6dead95
Add `gimme` and `gnuplot-histogram` and a couple other things
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 22 Jun 2017 18:39:52 +0000 |
parents |
0f2460b0b42e |
children |
7528d18f2430 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:copy-hash-table
:curry
:emptyp
:ensure-keyword
:ensure-list
:flatten
:hash-table-keys
:hash-table-values
:map-tree
:mkstr
:once-only
:range
:rcurry
:symb
:weave
:with-gensyms
)
:package "LOSH.QUICKUTILS")