|
|
|
|
|
by mythz
4370 days ago
|
|
Do you have any example other than integer overflow? It's the only difference I've ever heard referenced. The Dart team spends enormous efforts on maintaining JS-compatibility, so much so that it rejects adding any language features that can't efficiently compile to JS. |
|
https://code.google.com/p/dart/issues/detail?id=13285
In other words a dart2js app can break after a browser update, fail to run on a new browser that is fully standards compliant, etc.