vendor/make-quickutils.lisp @ 12700a8dbc35

Clean up with `:allow-other-keys` on the caller side
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jan 2017 16:38:13 +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")