Y
Hacker News
new
|
ask
|
show
|
jobs
by
grierson
2307 days ago
So this is a common issue on the clojure sub-reddit the two good responses i've seen to this is the library expound (
https://github.com/bhb/expound
) so you get more 'human' read-able errors and my personal favourite is Stuart Hallows blog post REPL DEBUGGING: NO STACKTRACE REQUIRED (
http://blog.cognitect.com/blog/2017/6/5/repl-debugging-no-st...
)