Re: ANN: Spyscope, a trace/println-oriented debugging tool for Clojure

2012-10-23 Thread Mads Olsen
Super! Very pragmatic, short, practical. I suggest removing fib or putting it in test. Also suggest renaming ast. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new me

Re: ANN: Spyscope, a trace/println-oriented debugging tool for Clojure

2012-10-22 Thread Nils Grunwald
Seems very promising, especially the async trace feature. I'll check it out. Thanks! On Sunday, October 21, 2012 1:02:01 AM UTC+2, dgrnbrg wrote: > > Spyscope is a better println, inspired by some of the recent postings > on the Clojure mailing list about using reader macros for debugging. > >

Re: ANN: Spyscope, a trace/println-oriented debugging tool for Clojure

2012-10-20 Thread Jim - FooBar();
looks neat! I'll check it out as soon as possible...:-) Jim On 21/10/12 00:01, David Greenberg wrote: Spyscope is a better println, inspired by some of the recent postings on the Clojure mailing list about using reader macros for debugging. Spyscope can be included in your project by adding [s

Re: ANN: Spyscope, a trace/println-oriented debugging tool for Clojure

2012-10-20 Thread Mark Engelberg
Very interesting. Nice contribution! Thanks, Mark -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post

ANN: Spyscope, a trace/println-oriented debugging tool for Clojure

2012-10-20 Thread David Greenberg
Spyscope is a better println, inspired by some of the recent postings on the Clojure mailing list about using reader macros for debugging. Spyscope can be included in your project by adding [spyscope "0.1.0"] to your :dependencies. Spyscope provides 3 reader tags for debugging: simple pretty prin