Closure is also doing dead code elimination which is only possible if you code in a restricted dialect of javascript, which cljs compiler does emit. Dead code elimination is important because, for example, the standard library and data structures are not implemented naively and bundled with the js vm, the standard lib has to be shipped on the wire and parsed.
-- 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 https://groups.google.com/group/clojurescript.
