Hacker News new | ask | show | jobs
by neurotrace 1568 days ago
> And in the next few sections it includes someone who wants to build on the proposal including using type hints to optimize code.

This changes literally nothing about the JS language. JS engines already attempt to determine the types of things to optimize the code they generate. Type annotations would just allow them to make more aggressive optimizations.

1 comments

> This changes literally nothing about the JS language.

Besides adding a bunch of new syntax, of which JS already has far too much.