vendor/make-quickutils.lisp @ 0f2460b0b42e

Hack together `gnuplot` so I can see my math
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Dec 2016 18:46:31 -0500
parents d5f5a30b7eee
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")