vendor/make-quickutils.lisp @ b5be17536fc6

Clean up, comment
author Steve Losh <steve@stevelosh.com>
date Wed, 04 Oct 2017 00:51:13 -0400
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")