The thing with GWT is that it is a Java *source* to Javascript compiler, not
a JVM byte code to Javascript compiler.  So, in order to write Clojure code
targetting GWT, you would need to have a Clojure to Java source compiler,
something like Mirah offers.

On Tue, Jul 26, 2011 at 11:46 AM, Joop Kiefte <iko...@gmail.com> wrote:

> GWT is Java to JavaScript, so you can as far as I know use it with
> Clojure...
>
>
> 2011/7/26 Daniel <doubleagen...@gmail.com>
>
>> These were the four major features which first got me interested in
>> GWT:
>>
>> Widgets that work identically [and correctly!] on all browsers +
>> Custom widgets
>> Client Bundling (pushing resources into random access files to reduce
>> file transfer latency)
>> UIBinder
>> Optimized & Obfuscated js (adjustable by compiler switches)
>>
>>
>> Maybe I've missed it but I haven't seen any advertising about these
>> kinds of things in Clojurescript.  Any thoughts?
>>
>> --
>> 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
>
>
>  --
> 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
>

-- 
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