src/make-quickutils.lisp @ 678ab674bd33

Add result returning

Might refuckulate how the final functions are called to match PAIP's idea
later...
author Steve Losh <steve@stevelosh.com>
date Fri, 22 Apr 2016 13:50:42 +0000
parents 67535b9c3b86
children f3ed7ce70f3b
(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
               :weave
               :range
               )
  :package "BONES.QUICKUTILS")