On Saturday, 18 July 2015 at 18:51:01 UTC, rsw0x wrote:
On Saturday, 18 July 2015 at 18:49:04 UTC, Ola Fosheim Grøstad
wrote:
On Saturday, 18 July 2015 at 16:55:23 UTC, Etienne Cimon wrote:
[...]
Btw, just found about this:
https://github.com/dart-lang/dev_compiler/blob/master/STRONG_MODE.md
Basically a typed subset of Dart that transpiles to clean
Javascript (EcmaScript6). Not finished and production ready,
but might be interesting to see if there is any help in there
for transpiling other languages to Javascript.
I thought dart already had a dart->js compiler?
Yes, but the output is unreadable.
Currently you develop for Dart by using a special version of
Chromium with a Dart VM. Then compile to JS for release (with
source map support, so you can still debug to some degree).