I played a little with Clojure and am still impressed, but one thing I keep working on is the weirder error messages from Clojure. This occurs in two forms: Java errors, such as null-pointer exceptions, and Clojure syntax errors, such as missing pairs of parentheses. I was wondering if anyone knows how to improve error messages?
This is partly, of course, from learning a new language, but improving error messages will never hurt :)
source
share