vendor/make-quickutils.lisp @ bb44fd64f2d2
Add missing data file
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 25 Sep 2017 20:39:56 -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")