vendor/make-quickutils.lisp @ 205427feb9fe default tip

Update to build with the latest version of my utility library
author Steve Losh <steve@stevelosh.com>
date Sun, 06 Aug 2017 20:29:52 -0400
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")