make-quickutils.lisp @ b6ef3040c692

Add handy `recursively` macro
author Steve Losh <steve@stevelosh.com>
date Wed, 01 Jun 2016 19:10:49 +0000
parents f3924e639076
children e897732c9b71
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(
               ; :define-constant
               ; :switch
               :while
               ; :ensure-boolean
               :with-gensyms
               :once-only
               ; :iota
               :curry
               :rcurry
               ; :zip
               ; :compose
               ; :n-grams
               )
  :package "MAZES.QUICKUTILS")