make-quickutils.lisp @ c67f608611f5

Add initial CL port of the cells/grids
author Steve Losh <steve@stevelosh.com>
date Fri, 20 May 2016 01:03:47 +0000
parents e6b1ce8ed084
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")