if I need a 1.3mb standard lib file then I'm not interested
n
napperley
10/22/2018, 11:51 PM
The Kotlin JS standard lib is significantly smaller when it goes through the DCE (Dead Code Elimination), GZ compression, and Web Pack (optional) stages.
napperley
10/22/2018, 11:53 PM
TypeScript/JS and many other languages targeting the Browser go through a similar process, otherwise it would take too long to download code just to load a web page.