src/make-utilities.lisp @ ea71bdab6baa

Deal with the L1 register assignment mess
author Steve Losh <steve@stevelosh.com>
date Fri, 01 Apr 2016 17:24:39 +0000
parents 0432f016c912
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")