src/make-quickutils.lisp @ 0b8e6d6401c2
Make the compiler use a circle for the instruction list
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 14 May 2016 18:52:14 +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")