On Fri, Feb 17, 2012 at 3:49 PM, Brent Millare <brent.mill...@gmail.com>wrote:

> The computation is happening server side. From what you said, I think
> XMLHttpRequest is what I need. Also from what your saying, it sounds like
> there isn't any clojurescript specifics here, its all in the realm of
> javascript. Is that right? This sounds like a powerful technique. What
> about considering if the data should be clojure literals? Any special
> considerations?


That's right and yes, it is powerful. If the data is Clojure literals use
the cljs.reader once you receive the data from XMLHttpRequest. There's
probably no reason to use XMLHttpRequest directly, I would investigate the
options provided to you via Google Closure.

David

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