vendor/make-quickutils.lisp @ db764ac2697b

Wrap up the fluxplayer based grounding
author Steve Losh <steve@stevelosh.com>
date Tue, 27 Sep 2016 12:53:16 +0000
parents 6281f8557971
children 90dd275f6e81
(ql:quickload 'quickutil)

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

               :curry
               :ensure-gethash
               :ensure-list
               :map-product
               :once-only
               :rcurry
               :set-equal
               :with-gensyms

               )
  :package "SCULLY.QUICKUTILS")