ClojureScript applications start around 20k gzipped and go up from there. In my experience for non-trivial applications that in JS would require jQuery (30k), Underscore (5k) + MVC flavor of the day (10k) - ClojureScript is competitive.
On Friday, January 16, 2015, Colin Kahn <[email protected]> wrote: > What is the expected size for the optimized "hello" sample? If I use: > > cljsc src {:optimizations :advanced :pretty-print true} > hello.js > > I get a file of 4,854 lines. > > -- > 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.
