src/make-quickutils.lisp @ d16b5b360398

Fix up `push-if-new` with setf/places macromancy
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Apr 2016 13:32:31 +0000
parents fdb771cc2b8c
children 2f0b5c92febe
(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
               :zip
               :map-tree
               )
  :package "BONES.QUICKUTILS")