vendor/make-quickutils.lisp @ e5916bc47786
Update URLs again
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 14 Jan 2020 19:04:20 -0500 |
parents |
9b7638f642a0 |
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)