vendor/make-quickutils.lisp @ f2f7da4fd4fb

Add digraph.png to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Sun, 06 Nov 2016 14:59:26 +0000
parents c3d408862ac3
children f5cdc0242ec0
(ql:quickload 'quickutil)

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

               :compose
               :curry
               :dohash
               :ensure-boolean
               :ensure-gethash
               :ensure-list
               :hash-table-keys
               :maphash-keys
               :mkstr
               :once-only
               :rcurry
               :removef
               :symb
               :with-gensyms

               )
  :package "DIGRAPH.QUICKUTILS")