src/make-utilities.lisp @ 6b2403fb07d8

Add break to run
author Steve Losh <steve@stevelosh.com>
date Tue, 29 Mar 2016 23:09:51 +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")