Talk & Do Clojure
Details
Kim Kinnear has graciously offered to present a new library he's been working on, zpst. This library helps Clojurists debug Clojure stack traces with some very powerful features. After Kim presents zpst, we'll have a collaboration session to create our on stack traces to debug.
About zpst:
• Display source code interleaved with the stack trace of an exception.
• If you can reproduce the exception, show the actual arguments to the functions for which the source is available.
• Re-execute the function calls from pretty much anywhere on the stack, possibly after altering the actual arguments.
All without any modifications to your source code!
