开发者

How to use ClojureScript practically? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I am not getting the idea of ClojureScript. For example, I am writing a web application, and I need to write some javascript. Should I use ClojureScript which will generate the javascript for me? Looking for some guidanc开发者_如何学编程e.

thanks


use it if

  • you want to write desktop applications in clojure
  • you want to write your entire webapp in clojure, front and back end
  • you want to write for a JS based mobile platform like palm etc.
  • you are die hard clojure fan... ;)
  • you have some algorithm implemented in clojure that you'd like to leverage on a JS platform. (from stand)


I think ClojureScript shines if your application is a JavaScript-based Rich Internet Application. Think of GMail or Google Maps.

On a side note, ClojureScript competes with CoffeeScript.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜