Hacker News new | ask | show | jobs
by k__ 4424 days ago
It just doesn't play well with JS, because it was designed as a JS replacement, with an own Runtime, which kinda sucks...
1 comments

Care to be more specific? You can use JavaScript from Dart now, and we're working on improving interop support. Feedback is welcome.
Really?

When I last looked into it, there had to be some strange stuff to be done, to call JS from Dart and Dart from JS.

It just didn't felt as naturally as in TypeScript or LiveScript.