Google Dart vs CoffeeScript? Which one should one learn?

Posted by garbage collection on Programmers See other posts from Programmers or by garbage collection
Published on 2011-10-10T14:45:55Z Indexed on 2011/11/22 10:25 UTC
Read the original article Hit count: 220

Filed under:
|
|

I was thinking about learning CoffeeScript some time in the future. In the mean time, Google came out with Dart that seems to do what CoffeeScript does.

Google says:

Dart code can be executed in two different ways: either on a native virtual machine or on top of a JavaScript engine by using a compiler that translates Dart code to JavaScript. This means you can write a web application in Dart and have it compiled and run on any modern browser.

Does anyone know advantages and disadvantages of learning Dart or CoffeeScript?

© Programmers or respective owner

Related posts about JavaScript

Related posts about dart