vendor/make-quickutils.lisp @ f17271ef79b7

Add an inventory, player movement and such
author Steve Losh <steve@stevelosh.com>
date Sat, 07 Jan 2017 17:08:58 +0000
parents 5560e722bc5c
children b1532457fd8f
(ql:quickload 'quickutil)

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

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

               )
  :package "AP.QUICKUTILS")