3 comments

[ 807 ms ] story [ 3624 ms ] thread
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.