vendor/make-quickutils.lisp @ 6310aa56fed7

Clean up data
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Jun 2018 12:30:31 -0700
parents 4f58a841ae48
children c19da8761e57
(ql:quickload 'quickutil)

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

               :compose
               :copy-array
               :curry
               :define-constant
               :emptyp
               :ensure-boolean
               :ensure-function
               :ensure-gethash
               :equivalence-classes
               :map-combinations
               :map-permutations
               :maxf
               :minf
               :n-grams
               :range
               :rcurry
               :read-file-into-string
               :removef
               :switch
               :with-gensyms

               )
  :package "EULER.QUICKUTILS")