|
|
|
|
|
by robmcm
4424 days ago
|
|
One of the early issues raised about Dart was that it's compiled nature would make it hard to debug and was against the open source (easy to hack) nature of JS on the web. These days JS is more or less compiled, at least the file you get in your browser is very different that what the developer saw. This seems to improve the case of Dart and I wouldn't be surprised if we saw more languages that compile down to JS in the near future. We already have ES6 down to ES5 http://addyosmani.com/blog/author-in-es6-transpile-to-es5-as... |
|
[0] https://www.dartlang.org/tools/dartium/