src/make-utilities.lisp @ 3ac6e0d897af

Poke at GGP a bit
author Steve Losh <steve@stevelosh.com>
date Mon, 28 Mar 2016 20:32:33 +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")