Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Genuine question: what do you think is amazing about the language?


Tooling, documentation, language design, balance across a million different competing goals, interoperability, deployability, simplicity, expressivity and much more.

It’s just a REALLY REALLY nice modern language with a team of very smart people behind it who very clearly sweat the small details and have a long history of being able to make great decisions along the way even in ambiguous situations where it’s not always clear what the best path is going to be.


Tooling, to start with.

First party lsp and plugins for IntelliJ, VSCode, formatter, test, Flutter, etc.

It’s like Go meets Java, but in a great way.


> It’s like Go meets Java, but in a great way.

I am struggling hard to imagine how any greatness could be achieved from that. Can you say a bit more?


Dart allows you to write compact and clean code, like GO. Dart properly supports classes and is feature-rich, like Java.

I think those are the main points for the above comment


Compact and clean is very far from my experience writing a very simple library management app with flutter. The framework literally gets in the way. You can't do anything without having to deal with some convoluted callback mechanism. You can't manipulate any object without some forced async crap. And it's so verbose. Despite my best efforts to keep things clean and organized, I get lost in the very small codebase after a couple of weeks. It's got to the point where I'm just rewriting it with Qt quick instead. It was my first time touching both flutter and dart, so maybe it's all subjective, but right now I think it's just a badly designed language/framework.


We must have very different definitions of compact, with Go requiring dozens of lines of boilerplate where other languages make do with one line of '?' or '.filter'.


I think we know what made it not popular then


Amazing tooling meets more than okay language.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: