vendor/make-quickutils.lisp @ 2e803dec5d58 crazy-dsl

Attempt at a crazy DSL thing for opcodes.
author Steve Losh <steve@stevelosh.com>
date Thu, 24 Nov 2016 12:45:02 +0000
parents 503bfe5cd173
children 09f977d7168e
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :compose
               :curry
               :ensure-boolean
               :ensure-gethash
               :ensure-list
               :once-only
               :rcurry
               :read-file-into-byte-vector
               :symb
               :with-gensyms
               :xor

               )
  :package "CHIP8.QUICKUTILS")