make-quickutils.lisp @ 45d7df1f48f3

Create vec3, I'm sure we'll need it
author Steve Losh <steve@stevelosh.com>
date Mon, 09 May 2016 21:22:44 +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")