|
|
|
Ask HN: Anyone using DartLang for serverside work?
|
|
5 points
by craig
2107 days ago
|
|
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? |
|
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...