On Sun, Aug 2, 2015 at 7:30 PM, Marc Fawzi <[email protected]> wrote:
> Some basic and potentially naive questions: > > I realize you need a bunch of things loaded in the browser to convert CLJS > code to JS and eval it. I'm wondering about the below: > > 1. Does this means that i can run CLJS in the browser without the Google > Closure library or is the compiler dependent on that? > cljs.core has only ever depended on goog.string, goog.array, goog.object. Nothing has changed here and nothing likely will. > 2. Is it possible now to load CLJS libraries into JS projects with similar > ease to loading JS libraries/modules? > Only if loading >300K of gzipped generated JavaScript is an acceptable tradeoff for "ease". David -- 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.
