make-quickutils.lisp @ 579c965d6ae5

Poke at the LCG a bit more
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Jul 2016 21:37:55 +0000
parents 50ab2f9c5b2f
children 4199b9a26696
(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 "SAND.QUICKUTILS")