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 <[email protected]> wrote: > 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 > * Control over whether and when lazy sequences are realized by the trace > machinery > * Conditional tracing, with helpers for common use cases > * Tracing for a limited number of calls > * Re-compiling a file doesn't blow away trace state for the vars defined > there > > This version (0.2.0) is its initial public release. > > Thank you, > -Eli > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
