Hacker News new | past | comments | ask | show | jobs | submit login

BTW: Most compiled languages have good linkers and postprocessors. They strip out unused executable.

The compile might take a while, but the resulting binary may not be as big as you think.

This does not apply, however, to interpreted languages, like JS.

Not sure about "JIT" languages, though, like Python and PHP.




It does apply to JS if you use a bundler that has “tree-shaking” also known as “dead code elimination”.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: