Skip to content

Commit

Permalink
Merge pull request github#514 from abraham/dart
Browse files Browse the repository at this point in the history
Add Dart topic
  • Loading branch information
MikeMcQuaid authored Jan 14, 2019
2 parents f68887d + b541523 commit b8574e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file added topics/dart/dart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions topics/dart/index.md
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.

0 comments on commit b8574e6

Please sign in to comment.