src/make-quickutils.lisp @ 14de0f74d3e2
Add a circle data structure
We'll use it for the instruction list soon
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 13 May 2016 20:00:52 +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")