make-quickutils.lisp @ 564d579c018b

Episode 20: More Bezier Curves (B)
author Steve Losh <steve@stevelosh.com>
date Mon, 09 May 2016 01:01:35 +0000
parents 29b2d3f28208
children 15245c6a668a
(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")