Hacker News new | ask | show | jobs
by GordonS 2231 days ago
IMO Flutter would have received far wider adoption now if it used Typescript instead of flogging the dead Dart horse.
1 comments

But how will you give the same level of performance in a dynamic language? Typescript is only for type safety. It's still JS at the end. Dart is more modern with a VM during development and AOT compilation for production.