|
|
|
|
|
by hota_mazi
3306 days ago
|
|
Yes, so they realized that statically typed languages are superior years after creating the language, which is something we've learned and known for more than ten years. Retrofitting a type system into a dynamically typed language has never been done successfully and it's unlikely Dart will invalidate that claim. It's really a pity, Dart could have been a game changer. |
|
As for retrofitting a type system into a dynamically typed language, Dart had gradual typing from the beginning (with types being checked at runtime), so it's an entirely different beast from (say) Ruby or Python.
[1] http://wiki.c2.com/?SoftTyping
[2] https://en.wikipedia.org/wiki/Gradual_typing
[3] http://bracha.org/pluggableTypesPosition.pdf