I would just love a way to filter out the back-traces from the compilation process and see only the messages from the running of my program.
I'm currently using La Clojure for Intellij, though I also use slime/emacs.
views:
42answers:
1
+3
A:
If you're willing to drop back to the terminal to run, you can use mmcgrana's clj-backtrace to colorize and format the output of clojure's stacktraces.
A clj
-like script that integrates clj-backtrace is available here.
Example:
Mike Douglas
2009-11-18 23:29:25
That's what I've been unknowingly looking for for some time!
pmf
2009-11-18 23:36:55