src/make-utilities.lisp @ bbbc9030a316

Improve the code dumping function
author Steve Losh <steve@stevelosh.com>
date Thu, 31 Mar 2016 22:17:53 +0000
parents 0432f016c912
children ea71bdab6baa
(ql:quickload 'quickutil)

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