make-quickutils.lisp @ 15245c6a668a

Episode 34: Line Intersections Part 3
author Steve Losh <steve@stevelosh.com>
date Sun, 03 Jul 2016 16:12:41 +0000
parents 564d579c018b
children (none)
(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 "CODING-MATH.QUICKUTILS")