vendor/make-quickutils.lisp @ 7498a056c40c

Add points
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Jan 2017 13:29:01 +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")