src/make-quickutils.lisp @ abffacd7848a
Merge the code I accidentally branched off because I'm an idiot
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Mon, 11 Jul 2016 16:26:05 +0000 |
| parents | a3466a551136 |
| children | a8598eafe403 |
(ql:quickload 'quickutil) (qtlc:save-utils-as "quickutils.lisp" :utilities '(:define-constant :set-equal :curry :switch :ensure-boolean :while :until :tree-member-p :tree-collect :with-gensyms :once-only :zip :alist-to-hash-table :map-tree :weave :alist-plist :equivalence-classes :map-product) :package "BONES.QUICKUTILS")