Comment: Re:Understanding Dart's goals (Score 2) 190
That sounds like a maintenance nightmare. The code you're writing and debugging is not the code actually running
When you're writing native desktop apps, the code that's actually running is also not the same as what you're writing and debugging - the former is assembly, the latter is C or C++.