Hacker News new | ask | show | jobs
by sorincos 4599 days ago
Next step, a Dart VM for other browsers! Otherwise, it's just another transpiler (aka lipstick on a pig)
1 comments

May I disagree? The dart2js compiler does everything you'd expect from a compiler, including inlining, removing unused code, reusing constant expressions. There is a reason that the several examples of Javascript from dart2js perform better than the the native Javascript implementation - https://plus.google.com/+KevinMoore314/posts/AZ67yWMgmdq