vendor/make-quickutils.lisp @ 6ed3375e2921

Remove the `.wam` package now that paip is gone
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 23:31:13 +0000
parents df709571ebe3
children 0645e41d9d0e
(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
               :ensure-gethash
               :map-product)
  :package "TEMPERANCE.QUICKUTILS")

(quit)