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
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
Hi group,
I was googling for enumeration of commons runtime errors in clojure,
but i couldnt find anything much.
Stuart Sierra has a couple of blog post on do/donts in clojure, but is not
an exhaustive listing.
I understand that using interop will inherit most of the runtime errors you