vendor/make-quickutils.lisp @ eee0f45d46b8

Add generic arithmetic experiment
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Nov 2016 13:40:53 +0000
parents 8a0871a52d1d
children 09407f2a9764
(ql:quickload 'quickutil)

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

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

               )
  :package "SAND.QUICKUTILS")