Hacker News new | ask | show | jobs
by lorriman 2649 days ago
Languages don't need to keep up with trends to stay used. But updating languages is the fun stuff; there won't be a problem with volunteers for that especially at universities. All the hard work has been done, unless an update would require a complete rewrite of the compilers which, sure, isn't likely.

Flutter needs an update once a year at most, and is mostly cosmetic and a bit of wrapping. Again, the heavy lifting has been done.

Coding from the bottom up....has been done.

I think you may be overstating the 'commitment'.

What we need to keep in mind here, is the context, that dart/flutter is easy access - it's no Angular or Cocoa - and that no sane, mature dev programs in only one language and one platform unless it's legacy.

We're not talking about a massive commitment from a dev, so talk of 'being burned' by Dart 1.0 is already a bit of a headscratcher when google didn't drop it, rather changed up and arguably improved Dart. How can that be called 'being burned'. For instance, dropping the need for 'new'. So, sure, it makes the code slightly less readable, but it also opens Dart to neat code and even maybe DSLs. Then they added Flutter.

1 comments

Dart was rescued from being completely dropped by AdWords team, while key designers like Gilad abandoned the project not happy with how things were going.