Hacker News new | ask | show | jobs
by plam 4557 days ago
Much of Clojure itself is written in Clojure. I would recommend going right to the source for idiomatic examples. https://github.com/clojure/clojure
1 comments

I used to agree with the common objection that Clojure has poor documentation coverage, but then I realized that, usually, reading the source code was an excellent way to get a handle on things, given the habit of functional purity that Clojure developers seem to have. This is even more true with tools like Cider and Fireplace, which give you instant access.