vendor/make-quickutils.lisp @ 587e073a6f31 default tip

Back up docs
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Jan 2020 20:12:41 -0500
parents 1e155f658715
children (none)
(ql:quickload 'quickutil)

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

               :curry
               :symb
               :with-gensyms
               :transpose

               )
  :package "NETPBM.QUICKUTILS")