vendor/make-quickutils.lisp @ 8cf52a515a48

Move Markov to Magitek
author Steve Losh <steve@stevelosh.com>
date Tue, 17 Jan 2017 17:29:35 +0000
parents 4add15d40994
children 5c5070c21269
(ql:quickload 'quickutil)

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

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

               )
  :package "SAND.QUICKUTILS")