vendor/make-quickutils.lisp @ 7c082c0289d5

Problem 22
author Steve Losh <steve@stevelosh.com>
date Mon, 20 Feb 2017 17:14:25 +0000
parents 55e8aef75bee
children d7c65f771582
(ql:quickload 'quickutil)

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

               :curry
               :define-constant
               :ensure-boolean
               :read-file-into-string
               :n-grams
               :range
               :rcurry
               :switch
               :with-gensyms

               )
  :package "EULER.QUICKUTILS")