Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Isn't he describing Dart in his second to last section?


I am not sure what do you mean. Dart is a dynamically typed language, not a bytecode. Dart's type annotations don't even have any implications on performance and not used for optimizations by either Dart VM or dart2js.


Though, you can run the DartVM in "checked" mode which will validate all type assignments to make sure they match the types annotated in your code.




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

Search: