src/make-quickutils.lisp @ c97b74976098

Add code labels and implement the new program instructions
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Apr 2016 17:43:04 +0000
parents e29b793a6e91
children fdb771cc2b8c
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(:define-constant
               :set-equal
               :curry
               :switch
               :ensure-boolean
               :while
               :until
               :tree-member-p
               :with-gensyms
               :map-tree
               )
  :package "BONES.QUICKUTILS")