src/make-quickutils.lisp @ 67535b9c3b86

Implement proper result extraction
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Apr 2016 14:00:32 +0000
parents 2f0b5c92febe
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")