vendor/make-quickutils.lisp @ 0b09e1b70887

Add iterate `returning`, `finding-first`, `matching` and remove unused iterate stuff
author Steve Losh <steve@stevelosh.com>
date Fri, 06 Dec 2019 20:53:39 -0500
parents 280b721cfa9f
children (none)
(ql:quickload 'quickutil)

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

               :compose
               :copy-hash-table
               :curry
               :emptyp
               :ensure-keyword
               :ensure-list
               :flatten
               :hash-table-alist
               :hash-table-keys
               :hash-table-values
               :make-gensym
               :map-tree
               :mkstr
               :once-only
               :parse-body
               :range
               :rcurry
               :symb
               :weave
               :with-gensyms

               )
  :package "LOSH.QUICKUTILS")