make-quickutils.lisp @ 367e393b0992

Add the Hunt and Kill algorithm, and try out iterate
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2016 23:23:24 +0000
parents e897732c9b71
children d1a73b73b4c7
(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")