This is somewhat related, though it's not exactly what the OP asked about. This compiles with GWT: https://github.com/blak3mill3r/percolator/blob/master/play/src/com/whatsys/test.clj
Also I wanted to point out that you could export a public interface with the GWT compiler and call it with clojurescript. I'm not sure if I understand your needs exactly ... not sure if that would help. I'm picturing writing a bunch of UI components in GWT, describing the UiBinder xml file as clojure forms, generating the actual xml with clojure at compile time, and if you wanted to you could also have that data structure available to your clojurescript client. Cheers! -- 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