vendor/make-quickutils.lisp @ e22f6a54b6d5

Catch up to day 4
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Dec 2018 19:26:33 -0500
parents 66e86b59fc60
children e24866ca76d6
(ql:quickload 'quickutil)

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

               :compose
               :copy-hash-table
               :curry
               :ensure-gethash
               :extremum
               :hash-table-keys
               :hash-table-values
               :rcurry
               :read-file-into-string
               :symb

               )
  :package "ADVENT.QUICKUTILS")