vendor/make-quickutils.lisp @ b7c02baa4fee

Start the rule order/partitioning process
author Steve Losh <steve@stevelosh.com>
date Sat, 05 Nov 2016 18:01:22 +0000
parents 183f355ca260
children b4a7a2c6e449
(ql:quickload 'quickutil)

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

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

               )
  :package "SCULLY.QUICKUTILS")