Re: [ANN] tracer, trace your clojure function call stack

2013-01-15 Thread James Xu
Actually the same purpose, don't know there is such a tool before I wrote itÅ  |o| From: Alex Baranosky Reply-To: Date: Tue, 15 Jan 2013 22:58:42 -0800 To: Subject: Re: [ANN] tracer, trace your clojure function call stack Curious: how's this different from tools.trace? On T

Re: [ANN] tracer, trace your clojure function call stack

2013-01-15 Thread Alex Baranosky
Curious: how's this different from tools.trace? On Tue, Jan 15, 2013 at 8:29 PM, James Xu wrote: > https://github.com/xumingming/tracer > > tracer > > trace clojure call stack. > > When I read some open source clojure source code, I find that some > function/logic are so complex that it is not so

[ANN] tracer, trace your clojure function call stack

2013-01-15 Thread James Xu
https://github.com/xumingming/tracer tracer trace clojure call stack. When I read some open source clojure source code, I find that some function/logic are so complex that it is not so easy to understand the whole logic, I think it will help me a lot if I can see the real function call stack