

Dart
Dart (originally called Dash) is a Web programming language developed by Google. It was unveiled at the GOTO conference in Aarhus, 2011 October 10-12. The goal of Dart is "ultimately to replace JavaScript as the lingua franca of web development on the open web platform.
License model
- Free • Open Source
Application type
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
- Online
Features
- Ad-free
Tags
- parser
- programming
- Javascript
- Virtual machine
Dart News & Activities
Recent News
- POX published news article about Flutter
Flutter 3.38 & Dart 3.10 released with GenUI, new language features, and Gemini AI toolsGoogle has released Flutter 3.38 and Dart 3.10, bringing significant improvements for developers bu...
Recent activities
POX added Dart as alternative to ReScript and Unison Programming Language
POX removed Dart as alternative to C (programming language)
Featured in Lists
A list with 809 apps by AmileyaRyver without a description.
Essentials Software on Windows 10
This list is inspired by the Kamran Ahmed's "2019 Developer Roadmap." …
What is Dart?
Dart (originally called Dash) is a Web programming language developed by Google. It was unveiled at the GOTO conference in Aarhus, 2011 October 10-12. The goal of Dart is "ultimately to replace JavaScript as the lingua franca of web development on the open web platform."
Motivation: Dart is intended to solve JavaScript's problems (which, according to a leaked memo, cannot be solved by evolving the language) while offering better performance, the ability "to be more easily tooled for large-scale projects" and better security features. Google offers a cross compiler that compiles Dart to ECMAScript 5, for compatibility with non-Dart browsers. Google also plans to integrate a native VM into Chrome (there is now a Chromium branch available) and encourage competitors to do the same with their browsers.
Compilers: dartc compiles Dart to plain JavaScript. Frog is a new Dart compiler written in Dart; while it does not yet have all the capabilities of dartc, it generates much more optimized code. On November 18, 2011, Google released Dart Editor, an open-source Dart editor based on Eclipse components, for Mac OS X, Windows, and Linux.



Comments and Reviews
According to google, JS cannot be evolved much further, yet somehow Dart can effectively be interpreted into clean JS... makes no sense. Perhaps it was nothing more than a (mostly failed) attempt at replacing the standard so that google would own a language used as widely as JS. It seems GO may of been try #2 for attempting that, which is more widely used, but still far from being a web standard equivocal with JS. Stop trying to own the world Google, don't yall have enough? 🙄
Google replied: No...all your code-base are belong to us.
Simple, effectiveness, concise.