make-quickutils.lisp @ b85b00c1aff0

Set up clicking to recalc distances
author Steve Losh <steve@stevelosh.com>
date Wed, 01 Jun 2016 17:32:40 +0000
parents efe822c4468f
children f3924e639076
(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")