vendor/make-quickutils.lisp @ 5b9ad799c8cc

Minor cleanup
author Steve Losh <steve@stevelosh.com>
date Wed, 11 Jan 2017 12:40:50 +0000
parents 09f977d7168e
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")