make-quickutils.lisp @ 5ef5b5b223ed

Refactor `zap%` to have a nicer interface
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Aug 2016 05:43:54 +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")