vendor/make-quickutils.lisp @ 23445296a018

Update README
author Steve Losh <steve@stevelosh.com>
date Sun, 06 Nov 2016 23:50:02 +0000
parents f5cdc0242ec0
children (none)
(ql:quickload 'quickutil)

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

               :appendf
               :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")