vendor/make-quickutils.lisp @ 44469630ef2a

Added tag v0.0.1 for changeset 8c731557b904
author Steve Losh <steve@stevelosh.com>
date Tue, 08 May 2018 18:56:22 -0400
parents d0a70b561459
children (none)
(ql:quickload 'quickutil)

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

               :compose
               :curry
               :ensure-list
               :once-only
               :rcurry
               :read-file-into-string
               :symb
               :with-gensyms

               )
  :package "BROWS.QUICKUTILS")