vendor/make-quickutils.lisp @ cb5c5132c0b8

Problem 49
author Steve Losh <steve@stevelosh.com>
date Mon, 27 Feb 2017 16:13:36 +0000
parents 68bdc54223a6
children 964ca82e487d
(ql:quickload 'quickutil)

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

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

               )
  :package "EULER.QUICKUTILS")