vendor/make-quickutils.lisp @ ebd641c91236

Start the sidebar fuckery
author Steve Losh <steve@stevelosh.com>
date Sat, 07 Jan 2017 15:09:46 +0000
parents 5560e722bc5c
children f17271ef79b7
(ql:quickload 'quickutil)

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

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

               )
  :package "AP.QUICKUTILS")