Dart is an open-source, dynamically typed, web programming language for structured web engineering developed by Google.
Dart is a class-based, single inheritance, object-oriented language with C-style syntax. It supports interfaces, abstract classes, reified generics, and optional typing. Static type annotations do not affect the runtime semantics of the code. Instead, the type annotations can provide documentation for tools like static checkers and dynamic run time checks.
Dart apps can run natively in a Dart virtual machine (VM) or be compiled to JavaScript.
Features include:
- Familiar and easy to learn. Dart is class based and purely object oriented.
- Dynamically-typed language – code without requiring annotations.
- Supports top-level functions and variables.
- Classes – provide a set of reusable and extensible building blocks.
- Lexical scoping.
- Optionally-typed language – helps a Dart program scale from a quick prototype into a complex, modular application.
- Mixins.
- Operator overriding.
- Dart-to JavaScripter compiler, so that Dart applications can run in all modern web browsers (desktop and mobile). Dart code can also run directly in browsers that have a Dart VM.
- Core libraries provide all the basics, including support for asynchronous programming with Futures.
- Designed to work well with tools. A rich set of execution environments, libraries, and development tools have been built to support the language:
- Dart Editor: An editor that supports creating, modifying, running, and debugging Dart apps.
- Pub: A package manager that helps developers reuse existing Dart code and bundle Dart apps and libraries for reuse and sharing with other people.
- dart2js: The Dart-to-JavaScript compiler.
- dart: The Dart VM.
- Dartium: Chromium with an embedded Dart VM.
Website: dart.dev
Support: Get Started
Developer: Google, Inc
License: BSD License
Return to New Programming Languages
| Explore Linux | |
|---|---|
| Best Free and Open Source Software - A huge collection of recommended free and open source software covering every major category. | |
| In-depth Linux Software Reviews - Detailed assessments of Linux software covering features, usability and overall quality. | |
| The Big List of Active Linux Distros - An extensive collection of actively developed Linux distributions. | |
| Open Source Alternatives - Alternatives to software and services from Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle and others. | |
| Essential Linux System Tools - Indispensable utilities for monitoring, maintaining and managing Linux systems. | |
| Linux Productivity Tools - Useful utilities for improving productivity and streamlining everyday tasks. | |
| Alternatives to Popular CLI Tools - Modern alternatives to familiar command-line utilities supplied with Linux systems. | |
| Awesome Free Linux Game Tools - Tools, utilities and companion software that improve gaming on Linux. | |
| Machine Learning on Linux - Machine learning and deep learning software, self-hosted applications and practical tools. | |
| Saving Money with Linux - Practical ways to reduce electricity consumption and lower computing costs with Linux. | |
| Linux Candy - Fun, entertaining and sometimes delightfully quirky software from the lighter side of Linux. | |

Please read our Comment Policy before commenting.