vendor/make-quickutils.lisp @ cd781337a694
Restructure file layout, add 2017 days 14 & 15
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 05 Dec 2019 20:45:46 -0500 |
parents |
75998992ab3c |
children |
ebd2a1bb4889 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:copy-hash-table
:curry
:deletef
:ensure-gethash
:extremum
:flatten-once
:hash-table-keys
:hash-table-values
:once-only
:rcurry
:read-file-into-string
:removef
:symb
:with-gensyms
)
:package "ADVENT.QUICKUTILS")