make-quickutils.lisp @ 42c463ae193e

Fuck off asdf
author Steve Losh <steve@stevelosh.com>
date Wed, 10 Aug 2016 02:20:27 +0000
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")