且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

学习Clojure - 我应该知道Java和更多

更新时间:2023-12-04 17:44:46

探索 javadocs 当你不能弄清楚如何使用 Clojure的核心API Clojure contrib库

Explore the javadocs only as needed when you can't figure out how to do something using Clojure's core API or the Clojure contrib libraries.

对于第三方库,有 Clojars 。我不知道社区已经采用了多么广泛,但它是一个好的开始的地方。许多Clojure项目都托管在github上,所以你可以尝试在那里搜索clojure。

For 3rd party libraries, there is Clojars. I'm not sure how widely it has been adopted by the community, but it's a good place to start. Many Clojure projects are hosted on github, so you can try searching for clojure there.

如果你已经知道Emacs,那么在Emacs中有很好的编辑Clojure的支持。如果你不知道Emacs,不要试图同时学习Emacs和Clojure。请查看 Clojure wiki上的入门页面,了解关于如何使用一些不同的IDE。不幸的是,Clojure主页上的wiki链接是错误的。

If you already know Emacs, there is good support for editing Clojure in Emacs. If you don't know Emacs, don't try to learn Emacs and Clojure at the same time. Check out the getting started page on the Clojure wiki for infomation on getting going with a number of different IDE's. Unfortunately, the wiki link on the Clojure homepage is wrong.

最后,请查看 Planet Clojure 的地块的好博客文章关于使用Clojure的各种不同的东西,包括有帮助的开始上的帖子。

Finally, check out Planet Clojure for lots of good blog posts about using Clojure for a wide variety of different things, including helpful posts on getting started.