vendor/make-quickutils.lisp @ a537826e3141

Refactor actions, rearrange code

Allows non-TTY actions to avoid `endwin`ing and blitting.
author Steve Losh <steve@stevelosh.com>
date Thu, 10 May 2018 22:02:42 -0400
parents d0a70b561459
children (none)
(ql:quickload 'quickutil)

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

               :compose
               :curry
               :ensure-list
               :once-only
               :rcurry
               :read-file-into-string
               :symb
               :with-gensyms

               )
  :package "BROWS.QUICKUTILS")