vendor/make-quickutils.lisp @ 1f0a36161f17
Implement the rest of the GDL benchmarking
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 24 Aug 2016 19:57:25 +0000 |
parents |
45622a0c4e96 |
children |
9b7638f642a0 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:alist-plist
:alist-to-hash-table
: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)