Hacker News new | ask | show | jobs
by spankalee 4391 days ago
What makes you say that Dart "relented" on not using type annotations in the runtime?

The VM basically throws the type annotations away. In production mode, the type annotations can be completely wrong and your program will still function, and still be just as fast.