by blue_iris » Sun Nov 13, 2011 12:52 pm
I'm thinking of creating an Ants starter package for Google's new Dart programming language. (I did a forum search, didn't see any mention of Dart, so I assume that nobody has done a Dart starter package yet. Please let me know if I am mistaken.)
Dart can run either as its own VM or by compiling to JavaScript. For this contest I think it will be simpler to compile Dart to JavaScript, to take advantage of the already-existing JavaScript support.
I hope to have a package available in a couple of days.