vendor/make-quickutils.lisp @ 835e1bf26a35

Rename generator functions, add a weightlist load form
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 18:18:21 +0000
parents 07621aaf57e2
children ddcf7ddf78f6
(ql:quickload 'quickutil)

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

               :curry
               :ensure-boolean
               :ensure-list
               :flip
               :rcurry
               :riffle
               :split-sequence

               )
  :package "CHANCERY.QUICKUTILS")