make-quickutils.lisp @ 8e950d7312af

Fix modify macros to comply with the spec

They happened to work in SBCL before, but according to the spec
`define-modify-macro` takes only a symbol as the function argument,
not a lambda or anything else.
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Aug 2016 21:03:44 +0000
parents 1a685df116ab
children eb328be4e513
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(:curry
               :rcurry
               :emptyp
               :ensure-list
               :with-gensyms
               :once-only)
  :package "LOSH.QUICKUTILS")