Hacker News new | ask | show | jobs
by WalkingDead 6071 days ago
5. The functionality of the docs hasn't kept up with Clojure.

6. Debugging facilities also have not kept up with the state of Clojure.

These two are the first thing I check before trying to use any programming language.

1 comments

That is true only if you use bleeding edge clojure (EG. 1.1.0), clojure 1.0 docs are very mature. And since 1.1.0 is a developper version at the moment, it appears quite illogical IMO to complain about the state of documentation.
They're mature, but they are also not very good. I still spend ages digging around trying to figure out what should be relatively simple stuff. The documentation around ns in particular is difficult to navigate.