vendor/make-quickutils.lisp @ 7400e3b3fbba

Make the sound type configurable
author Steve Losh <steve@stevelosh.com>
date Thu, 22 Dec 2016 23:03:16 -0500
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")