Dart is a client-optimized language for fast apps on any platform

  • Mature and complete async-await for user interfaces containing event-driven code, paired with isolate-based concurrency
1-1 async [email protected]
  • A programming language optimized for building user interfaces with features such as the spread operatorfor expanding collections, and [collection if]
    1-2 language [email protected]
  • A programming language that is easy to learn, with afamiliar syntax
1-3 familiar [email protected]

Productive development

  • Make changes to your source code iteratively, usinghot reload to instantly see the effect in the running app
2-1 hot reload iterative [email protected]
  • Write code using a flexible type system with rich static analysis and powerful, configurable tooling
2-3 runtime [email protected]
2-2 flexible [email protected]
  • Do profiling, logging, and debugging with your code editor of choice

Fast on all platforms

  • AOT-compile apps to native machine code for instant startup
3-1 - aot [email protected]
  • Target the web with complete, mature, fast compilers for JavaScript
3-2 target [email protected]
  • Run backend code supporting your app, written using a single programming language
3-3 backend [email protected]

Try Dart in your browser!

你可能感兴趣的:(Dart is a client-optimized language for fast apps on any platform)