make-quickutils.lisp @ 9122a5749085

Episode 35: Intro to Fractals
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Jul 2016 13:58:12 +0000
parents 15245c6a668a
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")