vendor/make-quickutils.lisp @ 9995687a24c8 default tip

Merge pull request #17 from bd339/master

Make push-logic-frame-with work with nonlocal exits and multiple values
author Steve Losh <steve@stevelosh.com>
date Mon, 21 Dec 2020 20:51:12 -0500
parents 9b7638f642a0
children (none)
(ql:quickload 'quickutil)

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

               :alist-plist
               :alist-to-hash-table
               :compose
               :curry
               :define-constant
               :ensure-boolean
               :ensure-gethash
               :ensure-keyword
               :equivalence-classes
               :map-product
               :map-tree
               :once-only
               :rcurry
               :read-file-into-string
               :set-equal
               :switch
               :tree-member-p
               :until
               :weave
               :when-let
               :while
               :with-gensyms
               :zip

               )
  :package "TEMPERANCE.QUICKUTILS")

(quit)