Settings

Theme

Ask HN: Anyone using DartLang for serverside work?

5 points by craig 6 years ago · 1 comment · 1 min read


I hadn't looked at https://dart.dev/ in ages, but it looks pretty good these days. I've tried it out very briefly and it has a dynamic feel when developing but can be easily compiled to stand-alone executable, which I really like. Anyone have any real world experience with using it on the backend? How did it go?

gitgud 6 years ago

I don't think it's very big in the server side community, but the mobile development platform Flutter [1] has taken off and we've enjoyed it so far.

Dart is alright as a language, but it doesn't interoperate very well with other systems due to it's lack of runtime-reflection, just try parsing a [2] JSON message!

[1] https://flutter.dev/

[2] https://medium.com/flutter-community/how-to-parse-json-in-fl...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection