Is it possible to run Dart code interactively, as I would do with Javascript in the browser developer tools console or Ruby in irb?
http://dev.dartlab.org/
you can run Dart code in the console of the browsers developer tools in Dartium (the Dart development Browser - a Chromium derivative with integrated Dart VM) When Chrome gets the Dart VM it will very probably support this too.