Agency Made Me Do It
All Pages
About
AMMDI is an open-notebook hypertext writing experiment, authored by Mike Travers aka
mtraven
. It's a work in progress and some parts are more polished than others. Comments welcome!
More
.
Search
Map
Full
Incoming links
from
re:Clojure notes
Lukas Domagaia has a cool tracing package. Generates displays with Vega. See
ctrace
which I guess I haven't written on yet.
Cyrik/omni-trace: Omnipotent/omniscient tracing and debugging for clojure(script)
ctrace
27 Nov 2022 - 27 Nov 2022
Open in Logseq
A really simple
hack
for
Lisp
that reifies a partial call tree so it can be inspected.
mtlisp/ctrace.lisp at master · mtravers/mtlisp
Was going to do something similar for Clojure; but looks like
Cyrik/omni-trace: Omnipotent/omniscient tracing and debugging for clojure(script)
is most of it.