clojure
caolaosanahnu
这个作者很懒,什么都没留下…
展开
-
Clojure入门教程: Clojure – Functional Programming for the JVM中文版
http://xumingming.sinaapp.com/302/clojure-functional-programming-for-the-jvm-clojure-tutorial/api:http://richhickey.github.com/clojure/api-index.htmlClojure入门教程: Clojure – Functional Programming f原创 2012-04-06 10:34:20 · 3728 阅读 · 0 评论 -
Getting Started with Eclipse and Counterclockwise
http://dev.clojure.org/display/doc/Getting+Started+with+Eclipse+and+CounterclockwiseGo to start of metadata Install Eclipse (If you do not have Eclipse installed, or you want to ma原创 2012-06-18 11:52:14 · 1049 阅读 · 0 评论 -
Clojure Getting Started
this page gives an overview of common closure scripting calls.The following steps help you write your first clojure script:1. Get Counterclockwise, the Eclipse plug-in at http://updatesite.cou原创 2012-06-19 10:32:25 · 800 阅读 · 0 评论 -
Clojure 学习
http://blog.csdn.net/sheismylife/article/category/1312298/1转载 2013-12-18 12:32:01 · 655 阅读 · 0 评论 -
The Clojure (or Lisp) Equivalent of a Compound Boolean Test
http://stackoverflow.com/questions/535277/the-clojure-or-lisp-equivalent-of-a-compound-boolean-testhttp://stackoverflow.com/questions/5531964/non-macro-versions-of-clojure-and-and-orIn C++ I'd wri转载 2014-01-17 14:10:06 · 773 阅读 · 0 评论 -
clojure source code
https://github.com/clojure/clojure/blob/c6756a8bab137128c8119add29a25b0a88509900/src/clj/clojure/core.clj#L6211转载 2014-01-20 13:44:25 · 1129 阅读 · 0 评论 -
clojure atom 可变
http://clojuredocs.org/clojure_core/clojure.core/atomatom clojure.core(atom x)(atom x & options)Creates and returns an Atom with an initial value of x and zero ormore options转载 2014-01-21 11:39:16 · 1166 阅读 · 0 评论