src/make-utilities.lisp @ 6dc3f4e03454

Start working on the bytecode generation
author Steve Losh <steve@stevelosh.com>
date Fri, 01 Apr 2016 19:16:23 +0000
parents ea71bdab6baa
children 51022d18e98f
(ql:quickload 'quickutil)

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