|
|
|
|
|
by spankalee
4426 days ago
|
|
I work on Dart, and find it much nicer to use than either Java, JavaScript or Python, my main languages before taking up Dart. I think it's a great general purpose language and even though it's starting focused on web apps, it'll be great for servers and command line script. It's faster, more sane, structured and readable than JavaScript with classes, mixins, sane this and type coercion behavior and statically analyzable semantics. It's much less verbose than Java, with libraries, top-level functions, getters and setters, implicit interfaces, cascades and more. And surprisingly to me when I started, I like it better than Python. It's more consistent and feels more lightweight, and it's a lot faster than CPython. |
|