On Sun, 24 Jan 2010 23:11:50 -0800 (PST) mac <markus.gustavs...@gmail.com> wrote:
> > On 25 Jan, 06:50, Mark Engelberg <mark.engelb...@gmail.com> wrote: > > Debugging techniques, including: > > * How to make sense of Clojure's stack traces. > > * How to use Java debugging and profiling tools with Clojure. > > +1 for this. I haven't had the energy to try any debugging or > profiling tools yet. > Would be nice with demo of something that is stand alone ie. not built > in to an IDE, since a lot of people (and me) use emacs. You want SLIME. Working properly, anyway. SLIME has the capability to look through the stack, evaluate things in context, etc. They just don't seem to work in clojure (at least, my installation, which is probably out of date). Note that this really isn't a "lisp" thing: any language with proper introspection tools can do this. I.e., Python does it, though not quite as well integrated as LISP. <mike -- 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. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en