vendor/make-quickutils.lisp @ 5f26bbe7eab3

Start the CFFI/SWIG/CUDD clown rodeo
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Oct 2016 15:45:42 +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")