vendor/make-quickutils.lisp @ f31f114d1e79

Copy over and clean up from my sandbox repo
author Steve Losh <steve@stevelosh.com>
date Wed, 11 Jan 2017 16:54:51 +0000
parents 678e161802f5
children 9a223fdf9928
(ql:quickload 'quickutil)

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

               :curry
               :ensure-boolean
               :ensure-gethash
               :ensure-list
               :flip
               :mkstr
               :once-only
               :rcurry
               :riffle
               :split-sequence
               :symb
               :with-gensyms

               )
  :package "CHANCERY.QUICKUTILS")