src/make-quickutils.lisp @ 79abff72987d

I give up on remembering the name of this file
author Steve Losh <steve@stevelosh.com>
date Fri, 22 Apr 2016 12:39:36 +0000
parents 67535b9c3b86
children 678ab674bd33
(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
               :range
               )
  :package "BONES.QUICKUTILS")