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?
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.<p>Dart is alright as a language, but it doesn't interoperate very well with other systems due to it's lack of <i>runtime-reflection</i>, just try parsing a [2] JSON message!<p>[1] <a href="https://flutter.dev/" rel="nofollow">https://flutter.dev/</a><p>[2] <a href="https://medium.com/flutter-community/how-to-parse-json-in-flutter-for-beginners-8074a68d7a79" rel="nofollow">https://medium.com/flutter-community/how-to-parse-json-in-fl...</a>