Hi all,

I'm happy to announce an alpha release of clj-backtrace, a library for
processing backtraces generated by Clojure programs. The library works
by separating useful backtrace information from the noise generated by
the Clojure compilation process, and also provides functions for
pretty-printing these cleaned backtraces.

You can see simple usage instructions and example backtrace output on
the library's README page:

http://github.com/mmcgrana/clj-backtrace/tree/master/README.textile

If you've ever felt that backtraces in Clojure were difficult to read,
I hope you'll give this library a try and let me know if it helps!

- 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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to