Downloadable Clojure reference manual [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question s开发者_Go百科o it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI can't find a downloadable version of Clojure reference manual (preferably PDF). Does any body know of a place from where I can download one?
Updated 2019
You can download DevDocs offline here Chrome extension link and download the Clojure documentation for offline use.
Updated 2017
Reference Page for Clojure is here: https://clojure.org/reference
Rich Hickey
- One and only Clojure cheat sheet html pdf
- Approach to concurrency
Others
- Clojure in Small Pieces
- Finding Clojure
- Fleet And Enlive Comparison
- Stuart Halloway's great presentations Main Download Page / Clojure Training
- Functional Web - Google App Engine And Clojure
- Programming Clojure - Free Chapter
- Incanter Cheat Sheet
Before my last flight i went to the API page and saved a copy to my laptop. This was a handy reference for core though worked less well for contrib.
When on the road I use the doc
and find-doc
functions a lot.
The official clojure website offers a handy cheat sheet which is also downloadable as PDF
wget -r http://clojure.org/api/cheatsheet
downloads the cheatsheet and all the pages it links to.
精彩评论