vendor/make-quickutils.lisp @ 7528d18f2430

Add `hex` and some other minor features/fixes
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Aug 2017 14:55:32 -0400
parents 0f2460b0b42e
children 280b721cfa9f
(ql:quickload 'quickutil)

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

               :compose
               :copy-hash-table
               :curry
               :emptyp
               :ensure-keyword
               :ensure-list
               :flatten
               :hash-table-alist
               :hash-table-keys
               :hash-table-values
               :map-tree
               :mkstr
               :once-only
               :range
               :rcurry
               :symb
               :weave
               :with-gensyms

               )
  :package "LOSH.QUICKUTILS")