vendor/make-quickutils.lisp @ 38d5c4302e12
Rename `*database*` -> `*standard-database*`
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Tue, 23 Aug 2016 13:10:01 +0000 |
| parents | 5977919552ee |
| children | df709571ebe3 |
(ql:quickload 'quickutil) (qtlc:save-utils-as "quickutils.lisp" :utilities '(:define-constant :set-equal :curry :rcurry :switch :ensure-boolean :while :until :tree-member-p :with-gensyms :once-only :zip :alist-to-hash-table :map-tree :weave :alist-plist :equivalence-classes :map-product) :package "TEMPERANCE.QUICKUTILS") (quit)