Hacker News new | ask | show | jobs
by pjmlp 2833 days ago
A programming language is more than just semantics, Dart eco-system is a tiny dot when compared against C++ and C#.

Flutter deployment times aren't worthwhile enough to bother with a language with uncertain future.

1 comments

Doesn't Dart interop with JavaScript libraries?
It does, given its history.

However that is very little against C# and C++, which can also be compiled to JavaScript/WebAssembly.

Additionally there are TypeScript, ReasonML, and a myriad of other languages with JavaScript interop.