src/make-utilities.lisp @ 87afb11b9791

Add a function for extracting things from the heap
author Steve Losh <steve@stevelosh.com>
date Sun, 27 Mar 2016 22:25:43 +0000
parents d80af96eaf15
children 0432f016c912
(ql:quickload 'quickutil)

(qtlc:save-utils-as "utils.lisp"
                    :utilities '(:define-constant
                                 :set-equal
                                 :curry
                                 :switch
                                 :ensure-boolean
                                 )
                    :package "BONES.UTILS")