vendor/make-quickutils.lisp @ 3e57244fd53c

Also update PCG
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Feb 2018 17:46:57 -0500
parents 0cd848f60230
children (none)
(ql:quickload 'quickutil)

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

               :curry
               :ensure-boolean
               :ensure-gethash
               :n-grams
               :once-only
               :rcurry
               :symb
               :with-gensyms

               )
  :package "MAGITEK.QUICKUTILS")