vendor/make-quickutils.lisp @ 280b721cfa9f

Add `[if/when]-let(*)` variants that actually might work
author Steve Losh <steve@stevelosh.com>
date Wed, 27 Sep 2017 19:45:42 -0400
parents 7528d18f2430
children (none)
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :compose
               :copy-hash-table
               :curry
               :emptyp
               :ensure-keyword
               :ensure-list
               :flatten
               :hash-table-alist
               :hash-table-keys
               :hash-table-values
               :make-gensym
               :map-tree
               :mkstr
               :once-only
               :parse-body
               :range
               :rcurry
               :symb
               :weave
               :with-gensyms

               )
  :package "LOSH.QUICKUTILS")