vendor/make-quickutils.lisp @ 5977919552ee

Rename the project

I really liked the old name, but there's like sixteen Lisp things with
"Bone"-related names so I'll make the sacrifice.
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Aug 2016 22:25:47 +0000
parents f62853c43fb9
children df709571ebe3
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(:define-constant
               :set-equal
               :curry
               :rcurry
               :switch
               :ensure-boolean
               :while
               :until
               :tree-member-p
               :with-gensyms
               :once-only
               :zip
               :alist-to-hash-table
               :map-tree
               :weave
               :alist-plist
               :equivalence-classes
               :map-product)
  :package "TEMPERANCE.QUICKUTILS")

(quit)