vendor/make-quickutils.lisp @ 0645e41d9d0e

Use Alexandria's `when-let`
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 23:44:21 +0000
parents df709571ebe3
children 45622a0c4e96
(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
               :when-let
               :alist-plist
               :equivalence-classes
               :ensure-gethash
               :map-product)
  :package "TEMPERANCE.QUICKUTILS")

(quit)