vendor/make-quickutils.lisp @ d7119e2cc512

Initial commit
author Steve Losh <steve@stevelosh.com>
date Tue, 15 Nov 2016 23:12:46 +0000
parents (none)
children 11cac4bb8d4c 503bfe5cd173
(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

               )
  :package "CHIP8.QUICKUTILS")