vendor/make-quickutils.lisp @ 09f977d7168e

Add simple debugger breakpoints (still needs UI)
author Steve Losh <steve@stevelosh.com>
date Thu, 24 Nov 2016 17:58:41 +0000
parents 503bfe5cd173
children (none)
(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
               :removef
               :symb
               :with-gensyms
               :xor

               )
  :package "CHIP8.QUICKUTILS")