vendor/make-quickutils.lisp @ d21ec254ff4e

Use the grounder in the vanilla random player
author Steve Losh <steve@stevelosh.com>
date Thu, 29 Sep 2016 16:33:29 +0000
parents db764ac2697b
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")