Re: clj-backtrace uses: screenshots and example code

2009-01-08 Thread Mark McGranaghan
Phil, Indeed, clj-backtrace was largely inspired by Rubinius' "Awsome Backtrace" feature. I've implemented and pushed to GitHub an experimental implementation of colorized backtraces for the REPL: In addition to the usual (pst) to pretty-print the last exception, you can now (pst+) to colorized-

Re: clj-backtrace uses: screenshots and example code

2009-01-08 Thread Phil Hagelberg
Mark McGranaghan writes: > I'd also be happy to answer any questions you have about using the > library and to hear any general comments. This looks great! I love the way they're aligned. Have you looked at the way Rubinius (a smalltalk-style Ruby VM) prints backtraces? It's pretty similar, al