src/make-quickutils.lisp @ 5dce435d830e

Remove examples directory

I've got Hype for benchmarking now.
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Aug 2016 21:40:14 +0000
parents ba96e98a1d54
children (none)
(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 "BONES.QUICKUTILS")