vendor/make-quickutils.lisp @ 4b54adfbaf3d default tip

More refactoring
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Dec 2019 13:50:19 -0500
parents c19da8761e57
children (none)
(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
               :symb
               :with-gensyms

               )
  :package "EULER.QUICKUTILS")