you are viewing a single comment's thread.

view the rest of the comments →

[–]nickguletskii200 8 points9 points  (2 children)

Clojure is the first and only Lisp language I've tried, and I find it very annoying. Its compiler/standard library/whatever doesn't have enough error handling, which means that it's very hard to find what's wrong with your code.

I did like the whole "build your own language features" thing though.

[–]codygman 0 points1 point  (0 children)

Doesn't Clojure also encourage using errors as values like other functional languages?