vendor/make-quickutils.lisp @ 126034bff1da

Add Fare's `nest` macro
author Steve Losh <steve@stevelosh.com>
date Mon, 25 Sep 2017 20:47:10 -0400
parents 7528d18f2430
children 280b721cfa9f
(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
               :map-tree
               :mkstr
               :once-only
               :range
               :rcurry
               :symb
               :weave
               :with-gensyms

               )
  :package "LOSH.QUICKUTILS")