src/make-quickutils.lisp @ a8598eafe403

Remove the god damn functor table

It's happening^Whappened!
author Steve Losh <steve@stevelosh.com>
date Fri, 15 Jul 2016 21:55:54 +0000
parents a3466a551136
children ba96e98a1d54
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(:define-constant
               :set-equal
               :curry
               :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")