vendor/make-quickutils.lisp @ 38345ccf034a
Iterate harder.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 07 Oct 2017 15:45:58 -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")