vendor/make-quickutils.lisp @ b1532457fd8f default tip

Update to build
author Steve Losh <steve@stevelosh.com>
date Sun, 28 Aug 2022 12:12:14 -0400
parents f17271ef79b7
children (none)
(ql:quickload 'quickutil)

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

               :define-constant
               :deletef
               :read-file-into-string
               :removef

               )
  :package "AP.QUICKUTILS")