vendor/make-quickutils.lisp @ f0fe6cc0a43f

GC *before* trying to allocate the next image array
author Steve Losh <steve@stevelosh.com>
date Mon, 05 Feb 2018 23:54:28 -0500
parents 55c0df99bd7a
children 634d90a45d47
(ql:quickload 'quickutil)

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

               :compose
               :curry
               :mappend
               :once-only
               :rcurry
               :symb
               :with-gensyms

               )
  :package "FLAX.QUICKUTILS")