forked from github/explore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request github#514 from abraham/dart
Add Dart topic
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
aliases: dartlang, dart-lang | ||
display_name: Dart | ||
topic: dart | ||
github_url: https://github.com/dart-lang | ||
logo: dart.png | ||
related: flutter, dart-web | ||
released: October 2011 | ||
short_description: Dart is a general-purpose programming language developed by Google to build web, server, desktop, and mobile applications. | ||
url: https://www.dartlang.org | ||
wikipedia_url: https://en.wikipedia.org/wiki/Dart_(programming_language) | ||
--- | ||
Dart is a general-purpose programming language originally developed by Google and later approved as a standard by Ecma (ECMA-408). It is used to build web, server, and mobile applications. | ||
|
||
Dart is an object-oriented, class defined language using a C-style syntax that transcompiles optionally into JavaScript. It supports interfaces, mixins, abstract classes, reified generics, static typing, and a sound type system. |