src/make-quickutils.lisp @ 31305584b29b

Split apart the main WAM store into separate type/value arrays

Still need to actually start *using* this.
author Steve Losh <steve@stevelosh.com>
date Wed, 13 Jul 2016 18:33:09 +0000
parents a3466a551136
children a8598eafe403
(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
               :once-only
               :zip
               :alist-to-hash-table
               :map-tree
               :weave
               :alist-plist
               :equivalence-classes
               :map-product)
  :package "BONES.QUICKUTILS")