vendor/make-quickutils.lisp @ 3913e79377c1
Add bisect functions, add more gnuplot options
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 16 Jan 2017 12:06:45 +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")