That looks interesting, thanks. I've been missing the convenience of the
ACL- and SBCL-style function tracing--mostly the ability to redefine
functions without having to re-trace them.
On Mon, Apr 6, 2015 at 9:56 AM, Eli Naeher wrote:
> https://github.com/enaeher/contrail
>
> Contrail is a too
https://github.com/enaeher/contrail
Contrail is a tool for interactive function tracing. It's similar in
purpose to clojure.tools.trace, but has some additional features which I
found myself wanting (many inspired by SBCL's trace):
* Control over what the trace output looks like and where it goes