make-quickutils.lisp @ 6c1b8faa5569

Initial commit
author Steve Losh <steve@stevelosh.com>
date Mon, 01 Aug 2016 15:16:37 +0000
parents (none)
children 9fada4d535fc
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(
               :with-gensyms
               :once-only
               :compose
               :curry
               :rcurry
               ; :n-grams
               :define-constant
               ; :switch
               ; :while
               ; :ensure-boolean
               ; :iota
               ; :zip
               )
  :package "SILT.QUICKUTILS")