src/make-quickutils.lisp @ 7627f8976a3e

"Pre-inline" the structure argument register assignments

A little more complexity when parsing saves a big headache later.
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Apr 2016 14:00:45 +0000
parents d16b5b360398
children 2f0b5c92febe
(ql:quickload 'quickutil)

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