vendor/make-quickutils.lisp @ 1d59a2656cfc

Use `ensure-gethash`
author Steve Losh <steve@stevelosh.com>
date Mon, 22 Aug 2016 20:39:20 +0000
parents b5708cf443c2
children 5d5018e0b82b
(ql:quickload 'quickutil)

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