vendor/make-quickutils.lisp @ 080c2eeb0986
Experiment with curses panels
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Fri, 06 Jan 2017 00:09:20 +0000 | 
| parents | 742629b88c91 | 
| children | 5cace362d318 | 
(ql:quickload 'quickutil) (qtlc:save-utils-as "quickutils.lisp" :utilities '( :compose :copy-array :curry :define-constant :ensure-gethash :ensure-list :extremum :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 :subdivide :symb :tree-collect :with-gensyms ) :package "SAND.QUICKUTILS")