We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
已更新 2019
您可以在Chrome 扩展程序链接处离线下载 DevDocs下载 Clojure 文档以供离线使用。
Clojure 的2017 年更新
参考页面位于:https://clojure.org/reference
Rich Hickey
其他
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
Others
在我最后一次飞行之前,我访问了 API 页面并将副本保存到我的笔记本电脑上。这是 core 的一个方便的参考,尽管对于 contrib 来说效果不太好。
在路上时,我经常使用
doc
和find-doc
函数。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
andfind-doc
functions a lot.官方 clojure 网站提供了一个方便的 备忘单 也是可下载为 PDF
The official clojure website offers a handy cheat sheet which is also downloadable as PDF
wget -r http://clojure.org/api/cheatsheet
下载备忘单及其链接到的所有页面。wget -r http://clojure.org/api/cheatsheet
downloads the cheatsheet and all the pages it links to.