vendor/make-quickutils.lisp @ e0811ef78cce

Add `or` to `key-case`, change box borders, lib path
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Oct 2017 13:03:30 -0400
parents 6de2b94783d5
children (none)
(ql:quickload 'quickutil)

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

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

               )
  :package "BEARLIBTERMINAL.QUICKUTILS")