make-quickutils.lisp @ e6b1ce8ed084

Initial commit
author Steve Losh <steve@stevelosh.com>
date Fri, 20 May 2016 00:05:16 +0000
parents (none)
children efe822c4468f
(ql:quickload 'quickutil)

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