vendor/make-quickutils.lisp @ b4a7a2c6e449

Implement the layer ordering
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Nov 2016 13:29:50 +0000
parents b7c02baa4fee
children fe02d26f331f
(ql:quickload 'quickutil)

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

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

               )
  :package "SCULLY.QUICKUTILS")