|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Lang team design meeting: minimal const generics" |
| 4 | +author: Niko Matsakis |
| 5 | +description: "Minimal const generics meeting report" |
| 6 | +team: the lang team <https://www.rust-lang.org/governance/teams/lang> |
| 7 | +--- |
| 8 | + |
| 9 | +Hello! Did you know that the [lang team] now has regular design |
| 10 | +meetings? We use these meetings to dig deeper into the output of |
| 11 | +active project groups. After the meeting, we typically post a |
| 12 | +recording to [YouTube] as well as some [minutes into the lang-team |
| 13 | +repository][min]. I wanted to write a quick update listing out some of |
| 14 | +the meetings we've had recently as well as some of our upcoming |
| 15 | +meetings. |
| 16 | + |
| 17 | +[YouTube]: https://www.youtube.com/playlist?list=PL85XCvVPmGQg-gYy7R6a_Y91oQLdsbSpa |
| 18 | +[lang team]: https://www.rust-lang.org/governance/teams/lang |
| 19 | +[min]: https://lang-team.rust-lang.org/minutes.html |
| 20 | + |
| 21 | +This blog post is about the meeting we held on 2020-07-22. We |
| 22 | +discussed the idea of creating a "minimal const generics MVP", as |
| 23 | +proposed by boats in [a recent blog |
| 24 | +post](https://without.boats/blog/shipping-const-generics/). |
| 25 | + |
| 26 | +You can read the [minutes from the meeting] to learn more details or |
| 27 | +to find a link to the recording. In general, though, we were all |
| 28 | +pretty excited about the idea. I expect that we will be creating a |
| 29 | +project group soon around const generics and that its first goal will |
| 30 | +be working towards this MVP. |
| 31 | + |
| 32 | +[minutes from the meeting]: https://github.com/rust-lang/lang-team/blob/master/design-meeting-minutes/2020-07-22-Const-generics-MVP.md |
0 commit comments