Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there somewhere to run Dart code interactively?

Tags:

dart

Is it possible to run Dart code interactively, as I would do with Javascript in the browser developer tools console or Ruby in irb?

like image 303
kpg Avatar asked Jun 11 '14 16:06

kpg


1 Answers

  • 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.

like image 122
Günter Zöchbauer Avatar answered Nov 15 '22 19:11

Günter Zöchbauer