Hacker News new | ask | show | jobs
by taurenk 4267 days ago
Does anyone here use Dart? I'm curious to how they like it compared to JS.
2 comments

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.

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/