开发者

Use cases for Clojure in projects

Of cou开发者_JS百科rse I'm not talking about using Clojure just because I can.

I'm curious about where/when to use Clojure and what is the value it brings to a project.

Suppose I'm doing Java web development, where I can use Clojure? any use cases are in your mind?

Thanks.


I'm a long time rubyist and I believe that I'm far more productive in a dynamic language that has good facilities for interactive development (i.e. a repl).

Clojure gives me this productivity benefit while offering much better performance than ruby, better concurrency features, and does not require crossing a bridge of any form to interact with java libraries. It can also be compiled into java classes so I can make libraries for java people without them needing to know or care that it's clojure and not java code they are running.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜