make-quickutils.lisp @ d4f4d410ba4c

Episode 22: 3D Postcards in Space
author Steve Losh <steve@stevelosh.com>
date Mon, 09 May 2016 21:09:06 +0000
parents 564d579c018b
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")