Hacker News new | ask | show | jobs
by marbemac 4116 days ago
Amongst other things, it's about 1/4 the size, and sticks to plain JS for those not familiar with ClojureScript.
1 comments

Yah. I don't know ClojureScript but that doesn't stop me from using it. And David Nolen pretty convincingly addressed the size question in "Javascript Modularity Shaming"[1] - i.e.: use Google Closure Compiler.

[1]: http://swannodette.github.io/2015/01/06/the-false-promise-of...