Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dart-lang/language
Design of the Dart language
https://github.com/dart-lang/language
dart-language language-changes specification
Last synced: about 1 month ago
JSON representation
Design of the Dart language
- Host: GitHub
- URL: https://github.com/dart-lang/language
- Owner: dart-lang
- License: other
- Created: 2018-06-13T22:49:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:33:22.000Z (7 months ago)
- Last Synced: 2024-04-12T20:19:31.633Z (7 months ago)
- Topics: dart-language, language-changes, specification
- Language: TeX
- Homepage:
- Size: 4.4 MB
- Stars: 2,535
- Watchers: 135
- Forks: 196
- Open Issues: 1,108
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dart language evolution
[![Build Status](https://github.com/dart-lang/language/workflows/CI/badge.svg)](https://github.com/dart-lang/language/actions?query=workflow%3ACI+branch%3Amain)
This repository is a place for the [Dart][website] language team to work on
[language changes and features][language funnel], and to solicit and accept
[feedback and requests](https://github.com/dart-lang/language/issues).# Dart language team
As of January 2024, the Dart language team consists of:
* Leaf Petersen ([@leafpetersen](https://github.com/leafpetersen)), language engineer
* Lasse R.H. Nielsen ([@lrhn](https://github.com/lrhn)), language engineer
* Bob Nystrom
([@munificent](https://github.com/munificent)), language engineer
* Erik Ernst ([@eernstg](https://github.com/eernstg)), language engineer, [specification][specification] maintainer
* Nate Bosch ([@natebosch](https://github.com/natebosch)), language engineer
* Jake MacDonald ([@jakemac53](https://github.com/jakemac53)), language engineer
* Paul Berry ([@stereotype441](https://github.com/stereotype441)), language engineer
* Michael Thomsen ([@mit-mit](https://github.com/mit-mit)), product manager
* Kallen Tu ([@kallentu](https://github.com/kallentu)), language engineer
* David Morgan ([@davidmorgan](https://github.com/davidmorgan)), language engineer# Organization
We follow [this process](https://github.com/dart-lang/language/blob/master/doc/life_of_a_language_feature.md)
for planning and rolling out language changes.Features currently being worked on are listed in the [language funnel][].
## Contributing
Anyone can participate in the discussion about language changes
by participating on the dart language mailing list,
by replying to issues in this repository,
and by uploading documents, tests or other resources.When commenting on issues in this repository, keep in mind:
- :+1: reactions are more useful than comments to show support.
- Motivating examples help us understand why you want new features more than
pointers to other languages which have them. We love hearing feedback about
your experiences with other languages, but we also want to know why they are
right for Dart in particular.## License & patents
See [LICENSE][license] and [PATENTS][patents].
[website]: https://www.dartlang.org
[license]: https://github.com/dart-lang/language/blob/master/LICENSE
[patents]: https://github.com/dart-lang/language/blob/master/PATENTS
[specification]: https://dart.dev/guides/language/spec
[language funnel]: https://github.com/orgs/dart-lang/projects/90