make-quickutils.lisp @ 5e5e186a7747

Implement Aldous-Broder and a bunch of UI/code improvements
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Jun 2016 13:35:49 +0000
parents b6ef3040c692
children e897732c9b71
(ql:quickload 'quickutil)

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