make-quickutils.lisp @ e1295ede4c11

Cleanup
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 17:01:59 -0500
parents a5438ac6a2a0
children (none)
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(
               :with-gensyms
               :once-only
               :compose
               :curry
               :rcurry
               :parse-body
               ; :n-grams
               :define-constant
               :hash-table-key-exists-p
               :hash-table-keys
               :hash-table-values
               :map-product
               ; :switch
               ; :while
               ; :ensure-boolean
               ; :iota
               ; :zip
               )
  :package "SILT.QUICKUTILS")