I have some dynamically generated data that needs to be sent to the clojurescript code running on the page. Now I know there already exists the URL which can have query data (accessed via (. js/window -location) but has the disadvantage of requiring to be read in by the reader), and goog.net.XhrIo (which has the disadvantage of requiring another request from the server and then parsing the string).
I would like to evaluate other methods which may involve: -parsing hidden strings in the html code -compiling or retrieving from cache, javascript code generated from clojurescript serverside with the data literals in javascript form already, no parsing of clojurescript needed. Any thoughts, suggestions or advice? -- 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