make-quickutils.lisp @ 9fada4d535fc

State machine, vendoring, etc
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Aug 2016 14:31:39 +0000
parents 6c1b8faa5569
children 674116652382
(ql:quickload 'quickutil)

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