Hacker News new | ask | show | jobs
by anaisbetts 2759 days ago
> Why they didn't just choose Typescript or go with native javascript is beyond me

Whether it was a good idea or not I'll leave for you to decide, but the reason that they landed on is that the Dart VM allows for AOT compilation, which is required for iOS, while still being flexible enough to do Hot Reload.