Hi!

Is clojurescript ready for wide water?
How far i can only see obscure compilation env and low level ops on
html elemnts.

Are there any plans to start building second gwt? Swing 2.0?

Google started darts as general purpose language with web browser's VM
aka javascript.
They want even to replace java as language in gwt framework.
But you guess I prefer to stick to Clojure that is why i'm asking.

My story is. I have written some apps with gwt, some server side with
jee.
I'm happy with ajax, however i don't like imperative way of building
ui.
That is why i have defined xml schema - declarative lang for ui - aka
s-expressions - to define views, validators and factories.
I'm parsing that xml with clojure xml parse method (mentioning it is
important because targeting data structure is flexible - it is
abstract syntax tree which i can covert forward and back betwwen xml,
hashmaps of hashmaps and sexpressions) and I'm able to execute it as
clojure code, or simply interpret on client side with gwt.

I have two implementations of that xml schema. One as mentioned before
is interpreted in gwt to build gui, second is interpreted in jvm to
build ui in swing instead, for faster ui and concepts prototyping.

The missing part is clojurescript, which could generate ui on client
side in web browser so i would drop the interpreter in gwt and gwt
itself
So the question is - Is anybody already building gwt for
clojurescript?

Bye!

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