vendor/make-quickutils.lisp @ 742629b88c91

Add TNTO minimaxing
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Dec 2016 21:59:36 -0500
parents de58fc1af1e5
children 5cace362d318
(ql:quickload 'quickutil)

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

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

               )
  :package "SAND.QUICKUTILS")