On Tue, Aug 30, 2011 at 6:06 PM, Mike S <mike73...@gmail.com> wrote:
>
>
> Two question:
> 1. Can I use clojurescript with dojo?

You should be able to use the advanced compile option with Dojo, it is
the only library other than Google Closure to meet the Closure
compiler requirements for the advanced compilation option.  It will
take some tinkering, though, to get it all working, I'm sure.

> 2. what are the advantages of clojurescript compared to just writing
> the code in javascript? I can see why clojure would be useful for java/
> jvm (dynamic/interactive development rather than compilation cycle, it
> does away with much java boilerplate code, simplified
> concurrency... ). Javascript already has dynamic/interactive that's
> only complicated by an additional compilation from clojurescript, It's
> code, when using a modern library, is almost boilerplate-free, it has
> quircks but those are well documented and easily avoided. What does
> clojurescript bring to the table?

The reasons are much the same as the reasons for CoffeeScript,
Cappuccino, etc.  One big reason being you get to write Clojure, end
to end.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to