vendor/make-quickutils.lisp @ 3f64e658c74c

Added tag v1.0.0 for changeset 3a43bc28e3fc
author Steve Losh <steve@stevelosh.com>
date Sat, 23 Feb 2019 14:24:48 -0500
parents 1e155f658715
children (none)
(ql:quickload 'quickutil)

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

               :curry
               :symb
               :with-gensyms
               :transpose

               )
  :package "NETPBM.QUICKUTILS")