> Widgets that work identically [and correctly!] on all browsers +

You get widgets through goog.ui, which is part of Closure Library.
There are no special wrappers in ClojureScript for this yet, but the
infrastructure appears to be in place.

> Custom widgets

You can write new goog.ui widgets, and I suspect with some effort you
could write them in ClojureScript. I've been messing around with
something like this and it seems to be easy enough so far.

> Optimized & Obfuscated js (adjustable by compiler switches)

Closure Compiler does this in advanced mode. It's effectively doing
combining, rewriting, optimization, and minifying. It's not designed
for obfuscating code (at least not to my knowledge), but it seems to
do an effective job at that.  The ClojureScript compiler takes several
options for controlling this behaviour.

jack.

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