src/make-quickutils.lisp @ ec2fab887b0f

Constant can just use the functor symbol directly
author Steve Losh <steve@stevelosh.com>
date Fri, 15 Jul 2016 23:12:18 +0000
parents a8598eafe403
children ba96e98a1d54
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(:define-constant
               :set-equal
               :curry
               :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 "BONES.QUICKUTILS")