make-quickutils.lisp @ d1e4504040cb
Pretick the world a bit after generation
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 08 Aug 2016 18:47:35 +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")