Is it possible to run Dart code interactively, as I would do with Javascript in the browser developer tools console or Ruby in irb?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
- DartPad (maintained by the Dart team)
- try.dartlang.org (maintained by the Dart team)
- https://www.codebox.io/stack/dart
- http://runnable.com/ (angular example)
- http://www.compileonline.com/execute_dart_online.php
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.