make-quickutils.lisp @ f473d0289410
Name the little critters
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 06 Aug 2016 19:42:26 +0000 |
parents | 674116652382 |
children | a5438ac6a2a0 |
(ql:quickload 'quickutil) (qtlc:save-utils-as "vendor/quickutils.lisp" :utilities '( :with-gensyms :once-only :compose :curry :rcurry :parse-body ; :n-grams :define-constant :hash-table-key-exists-p :hash-table-keys :hash-table-values :map-product ; :switch ; :while ; :ensure-boolean ; :iota ; :zip ) :package "SILT.QUICKUTILS")