On Fri, Jun 29, 2012 at 9:08 AM, Danny O' Connor <dann...@gmail.com> wrote: > Hello, > > I'm trying to build an user interface in Clojurescript using the Google > Closure library. > > It appears that the idiomatic way to use the goog.ui package is to create > subclasses of goog.ui.Component. > > Firstly, is this possible in Clojurescript ? This kind of approach doesn't > appear to work: > > (defrecord EchoComponent [text] > goog.ui.Component > (render [] text))
That won't work. You'll need to write CLJS that is equivalent to JS for doing what GClosure expects. -- 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