make-quickutils.lisp @ 800b4dcae88c

Add grid printing, prepare for maze gen
author Steve Losh <steve@stevelosh.com>
date Fri, 20 May 2016 10:52:46 +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")