Описание тега dart-editor

The Dart Editor provides an integrated development experience for the Dart language. The editor supports refactoring, breakpoints, code completion, code navigation, and more.

The Dart Editor provides an integrated development experience for the Dart language. The editor supports refactoring, breakpoints, code completion, code navigation, and more.

Dart is a class-based optionally typed programming language for building web (and even server) applications created by Google. Dart’s design goals are:

  • Create a structured yet flexible language for web programming.
  • Make Dart feel familiar and natural to programmers and thus easy to learn.
  • Ensure that Dart delivers high performance on all modern web browsers and environments ranging from small handheld devices to server-side execution.

More information about the editor can be found at http://www.dartlang.org/docs/editor/, and Dart information and details can be found at http://www.dartlang.org/