make-quickutils.lisp @ b030a0f1cc59

Add longest path finder, plus some ui stuff
author Steve Losh <steve@stevelosh.com>
date Thu, 02 Jun 2016 18:38:27 +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")