vendor/make-quickutils.lisp @ 05f84301a061

Remove `flexi-streams` dep, add more error checking
author Steve Losh <steve@stevelosh.com>
date Sat, 10 Feb 2018 16:47:39 -0500
parents 1320162a9ed0
children 1e155f658715
(ql:quickload 'quickutil)

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

               :curry
               :symb
               :with-gensyms
               :transpose

               )
  :package "TRIVIAL-PPM.QUICKUTILS")