src/make-quickutils.lisp @ b157bf8168a2

Document the nightmare
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Apr 2016 15:16:22 +0000
parents 2f0b5c92febe
children 67535b9c3b86
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(:define-constant
               :set-equal
               :curry
               :switch
               :ensure-boolean
               :while
               :until
               :tree-member-p
               :tree-collect
               :with-gensyms
               :zip
               :alist-to-hash-table
               :map-tree
               )
  :package "BONES.QUICKUTILS")