vendor/make-quickutils.lisp @ 6b760535aa94

Update documentation
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 15:27:04 -0500
parents 1e155f658715
children (none)
(ql:quickload 'quickutil)

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

               :curry
               :symb
               :with-gensyms
               :transpose

               )
  :package "NETPBM.QUICKUTILS")