src/make-quickutils.lisp @ c77968cd3c51
Split apart compilation into precompile/render phases
This doesn't change anything now, but it'll let us add optimization passes that
can work on friendly-formatted data instead of raw bytes.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 12 May 2016 18:52:30 +0000 |
parents |
f3ed7ce70f3b |
children |
e8934091b7bb |
(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
:alist-to-hash-table
:map-tree
:weave
:range
:alist-plist
)
:package "BONES.QUICKUTILS")