vendor/make-quickutils.lisp @ ba324d052c50

Be friendlier
author Steve Losh <steve@stevelosh.com>
date Fri, 20 Jan 2017 23:47:44 +0000
parents 0f2460b0b42e
children 7528d18f2430
(ql:quickload 'quickutil)

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

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

               )
  :package "LOSH.QUICKUTILS")