vendor/make-quickutils.lisp @ 9b7638f642a0

Add PAIProlog GDL benchmark
author Steve Losh <steve@stevelosh.com>
date Thu, 25 Aug 2016 03:03:47 +0000
parents 45622a0c4e96
children (none)
(ql:quickload 'quickutil)

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

               :alist-plist
               :alist-to-hash-table
               :compose
               :curry
               :define-constant
               :ensure-boolean
               :ensure-gethash
               :ensure-keyword
               :equivalence-classes
               :map-product
               :map-tree
               :once-only
               :rcurry
               :read-file-into-string
               :set-equal
               :switch
               :tree-member-p
               :until
               :weave
               :when-let
               :while
               :with-gensyms
               :zip

               )
  :package "TEMPERANCE.QUICKUTILS")

(quit)