src/make-utilities.lisp @ 51022d18e98f

First stab at compiling L1 -- not ready yet
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Apr 2016 14:35:22 +0000
parents ea71bdab6baa
children (none)
(ql:quickload 'quickutil)

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