vendor/make-quickutils.lisp @ 4922d66cbba5

Clean up sidebar, add health and energy
author Steve Losh <steve@stevelosh.com>
date Sat, 07 Jan 2017 16:26:29 +0000
parents 5560e722bc5c
children f17271ef79b7
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :compose
               :curry
               :define-constant
               :deletef
               :mkstr
               :once-only
               :rcurry
               :read-file-into-string
               :symb
               :with-gensyms

               )
  :package "AP.QUICKUTILS")