src/make-utilities.lisp @ 203653ce4866

Clean up some of the WAM code/interface

Keeping the transliterated machine instruction functions around for now.  I'll
probably remove them later.
author Steve Losh <steve@stevelosh.com>
date Fri, 25 Mar 2016 11:51:13 +0000
parents f57121ef4229
children d80af96eaf15
(ql:quickload 'quickutil)

(qtlc:save-utils-as "utils.lisp"
                    :utilities '(:define-constant
                                 :set-equal
                                 :curry
                                 :switch)
                    :package "BONES.UTILS")