2015-05-18 23:30:56 +00:00
|
|
|
# Dart
|
|
|
|
|
|
|
|
[Dart][website] is an open-source, scalable programming language, with robust
|
|
|
|
libraries and runtimes, for building web, server, and mobile apps.
|
|
|
|
|
|
|
|
## Using Dart
|
|
|
|
|
|
|
|
Visit the [dartlang.org][website] to learn more about the
|
|
|
|
[language][lang], [tools][tools],
|
|
|
|
[getting started][codelab], and more.
|
|
|
|
|
|
|
|
Browse [pub.dartlang.org][pubsite] for more packages and libraries contributed
|
|
|
|
by the community and the Dart team.
|
|
|
|
|
2015-08-05 15:05:07 +00:00
|
|
|
## Building Dart
|
|
|
|
|
2017-01-03 09:36:33 +00:00
|
|
|
If you want to build Dart yourself, here is a guide to
|
|
|
|
[getting the source, preparing your machine to build the SDK, and
|
|
|
|
building](https://github.com/dart-lang/sdk/wiki/Building).
|
2015-08-05 15:05:07 +00:00
|
|
|
|
|
|
|
There are more documents on our [wiki](https://github.com/dart-lang/sdk/wiki).
|
|
|
|
|
2015-05-18 23:30:56 +00:00
|
|
|
## Contributing to Dart
|
|
|
|
|
|
|
|
The easiest way to contribute to Dart is to [file issues][dartbug].
|
|
|
|
|
|
|
|
You can also contribute patches, as described in [Contributing][contrib].
|
|
|
|
|
2017-01-23 10:53:45 +00:00
|
|
|
## License & patents
|
2015-05-18 23:30:56 +00:00
|
|
|
|
2017-01-23 10:53:45 +00:00
|
|
|
See [LICENSE][license] and [PATENTS][patents].
|
2015-05-18 23:30:56 +00:00
|
|
|
|
|
|
|
[website]: https://www.dartlang.org
|
|
|
|
[license]: https://github.com/dart-lang/sdk/blob/master/LICENSE
|
|
|
|
[repo]: https://github.com/dart-lang/sdk
|
|
|
|
[lang]: https://www.dartlang.org/docs/dart-up-and-running/ch02.html
|
|
|
|
[tools]: https://www.dartlang.org/tools/
|
|
|
|
[codelab]: https://www.dartlang.org/codelabs/darrrt/
|
|
|
|
[dartbug]: http://dartbug.com
|
|
|
|
[contrib]: https://github.com/dart-lang/sdk/wiki/Contributing
|
|
|
|
[pubsite]: https://pub.dartlang.org
|
2017-01-23 10:53:45 +00:00
|
|
|
[patents]: https://github.com/dart-lang/sdk/blob/master/PATENTS
|
2017-04-28 17:08:53 +00:00
|
|
|
|