vendor/make-quickutils.lisp @ 2b32c135bdad

Durrrr
author Steve Losh <steve@stevelosh.com>
date Sat, 07 Jan 2017 21:47:23 +0000
parents f17271ef79b7
children b1532457fd8f
(ql:quickload 'quickutil)

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

               :compose
               :curry
               :define-constant
               :deletef
               :mkstr
               :once-only
               :rcurry
               :read-file-into-string
               :removef
               :symb
               :with-gensyms

               )
  :package "AP.QUICKUTILS")