vendor/make-quickutils.lisp @ 09407f2a9764

A few more things
author Steve Losh <steve@stevelosh.com>
date Wed, 07 Dec 2016 15:12:32 -0500
parents eee0f45d46b8
children de58fc1af1e5
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :compose
               :curry
               :define-constant
               :ensure-gethash
               :ensure-list
               :hash-table-alist
               :hash-table-keys
               :hash-table-plist
               :hash-table-values
               :n-grams
               :once-only
               :rcurry
               :read-file-into-string
               :required-argument
               :riffle
               :subdivide
               :symb
               :tree-collect
               :with-gensyms

               )
  :package "SAND.QUICKUTILS")