make-quickutils.lisp @ 2255eeb67076

Clean up `when-found`, add `if-found` and `gathering`
author Steve Losh <steve@stevelosh.com>
date Mon, 22 Aug 2016 20:35:31 +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")