make-utilities.lisp @ 3512c67e0138

Problem 7, and add a test suite
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Apr 2016 14:30:17 +0000
parents 8d552510fe9d
children 20c03264a55e
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(:define-constant
               :switch
               :while
               :ensure-boolean
               :with-gensyms
               )
  :package "EULER.QUICKUTILS")