Is there somewhere to run Dart code interactively?

2019-01-26 09:20发布

问题:

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.



标签: dart