vendor/make-quickutils.lisp @ 42598a2717eb

Problem 52
author Steve Losh <steve@stevelosh.com>
date Mon, 27 Feb 2017 01:34:12 +0000
parents 68bdc54223a6
children cb5c5132c0b8
(ql:quickload 'quickutil)

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

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

               )
  :package "EULER.QUICKUTILS")