vendor/make-quickutils.lisp @ 4a86a78b3de6

Added tag v1.2.1 for changeset 8cf220c55f13
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Nov 2018 15:44:01 -0400
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")