Y
Hacker News
new
|
ask
|
show
|
jobs
by
fulafel
3188 days ago
ClojureScript does very well despite the parent Clojure having a big runtime and largish stdlib. Good tree shaking (dead code elimination) helps a lot.
1 comments
paulddraper
3187 days ago
Specifically, tree shaking through the venarable (and somewhat confusingly named :) Google Closure Compiler.
link