vendor/make-quickutils.lisp @ 9b00a02e889d

Update README
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 23:12:27 +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)