Google Dart breaks into the top 20 programming languages(sdtimes.com)
sdtimes.com
Google Dart breaks into the top 20 programming languages
http://sdtimes.com/google-dart-breaks-top-20-programming-languages/
1 comments
Does anyone here use Dart? I'm curious to how they like it compared to JS.
Got two web apps in production - one of them >10K LOC.
I'm former .NET dev missing IDE like VS in open source world - and Dart makes me quite happy. Dart has decent (not great...yet) IDE with nice debugger, sane SDK and very nice package repository (pub.dartlang.org).
Biggest flaw - it still has relatively small community/ecosystem compared to eg. nodejs.
I'm former .NET dev missing IDE like VS in open source world - and Dart makes me quite happy. Dart has decent (not great...yet) IDE with nice debugger, sane SDK and very nice package repository (pub.dartlang.org).
Biggest flaw - it still has relatively small community/ecosystem compared to eg. nodejs.
We do at Blossom (https://www.blossom.io). Dart is way simpler to work with. Definitely worth checking out.
The tutorials are a great place to start: https://www.dartlang.org/docs/tutorials/
The tutorials are a great place to start: https://www.dartlang.org/docs/tutorials/