vendor/make-quickutils.lisp @ 6ff8b64f6041

Start sketching out the actual reasoning logic
author Steve Losh <steve@stevelosh.com>
date Sun, 11 Dec 2016 16:25:09 -0500
parents 8a22df7c2b9d
children 4843f09b50f6
(ql:quickload 'quickutil)

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

               :compose
               :copy-hash-table
               :curry
               :ensure-boolean
               :ensure-gethash
               :ensure-list
               :extremum
               :flatten-once
               :hash-table-alist
               :hash-table-keys
               :hash-table-values
               :map-product
               :mkstr
               :once-only
               :rcurry
               :set-equal
               :subdivide
               :symb
               :with-gensyms
               :with-output-to-file
               :write-string-into-file
               :yes-no

               )
  :package "SCULLY.QUICKUTILS")