In general it is better to read that kind of deeply nested, big structures as EDN at runtime than to compile it directly as part of the code. (This is also true for JVM Clojure.)
On Thursday, 23 July 2015, Timothy Pratley <[email protected]> wrote: > FYI this is caused by > [:a [:a [:a [:a [:a [:a [:a [:a [:a [:a [:a [:a [:a [:a [:a [:a [:a [:a > [:a [:a [:a [:a]]]]]]]]]]]]]]]]]]]]]] > which ClojureScript turns into nested data + function calls > -> > https://github.com/google/closure-compiler/issues/1049 > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:;>. > To post to this group, send email to [email protected] > <javascript:;>. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
