make-quickutils.lisp @ d809b623b6f4
Add a cursor
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 05 Aug 2016 01:22:03 +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")