vendor/make-quickutils.lisp @ 67daea4e67cb

Don't bother using uninterned keyword symbols

It's 2016, we've got enough memory to spare.
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Oct 2016 14:18:14 +0000
parents 183f355ca260
children b7c02baa4fee
(ql:quickload 'quickutil)

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

               :compose
               :curry
               :ensure-boolean
               :ensure-gethash
               :ensure-list
               :map-product
               :mkstr
               :once-only
               :rcurry
               :set-equal
               :with-gensyms
               :with-output-to-file

               )
  :package "SCULLY.QUICKUTILS")