Re: Common runtime errors in clojure

2016-02-06 Thread Andy Fingerhut
I don't know if it works well with Clojure 1.8 or not, but dynalint is intended to give clearer error messages for some things like this, at the cost of some performance. https://github.com/frenchy64/dynalint I am not sure how beginner-friendly the install instructions are, but you can try th

Re: Common runtime errors in clojure

2016-02-06 Thread kovas boguta
Compiling a list of these common errors is a great idea (particularly if then turned into some kind of How-To guide for interpreting errors) I think anyone who learns Clojure learns to subconsciously internalize these errors and what they mean. However, for somewhat just starting out this is prett