Skip to content

Commit c85f2d0

Browse files
authored
Merge pull request #47 from KotlinFoundation/structure-update
Foundation structure update & post about it
2 parents 15f2769 + c3d244f commit c85f2d0

File tree

5 files changed

+38
-4
lines changed

5 files changed

+38
-4
lines changed
52.9 KB
Loading

src/images/persons/Roman Elizarov.png

-328 KB
Binary file not shown.
246 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Mikhail Zarechenskii named the new Lead Language Designer and other changes in the Kotlin Foundation"
3+
date: 2023-10-26 11:00
4+
spoilerSize: 90
5+
---
6+
7+
Dear Kotlin Community,
8+
9+
We would like to announce recent changes in the Kotlin Foundation:
10+
11+
### New Lead Language Designer
12+
13+
[Mikhail Zarechenskii](https://twitter.com/MZarechenskiy) has been voted in unanimously as the Lead Language Designer by the Founding members of the Foundation. Mikhail has been an integral part of the Kotlin team and has been working on the compiler, as well as tooling for a number of years. His current role at JetBrains is lead of the Language Evolution Team, making him the perfect candidate for this role.
14+
15+
### New Board Member
16+
17+
[Hadi Hariri](https://twitter.com/hhariri) has been unanimously voted in as board member. Hadi has been in the Kotlin community from the very early days and has been actively involved in the Kotlin Foundation from its inception, serving both on the Operating Committee, as well as the Trademark Committee. He currently oversees Developer Advocacy and Open Source Ecosystem at JetBrains.
18+
19+
### New Ecosystem Committee Member
20+
21+
[Sebastian Aigner](https://twitter.com/sebi_io) has been appointed as a member of the Ecosystem Committee. In his current role as Developer Advocate at JetBrains, Sebastian has intimate contact with the community, understanding not only the needs of developers, but also library authors.
22+
23+
Finally, we’d like to take this opportunity to thank [Roman Elizarov](https://twitter.com/relizarov) for his years of contribution and dedication to Kotlin and its community. Roman’s work, from leading the Kotlin team to coroutines, courses, and talks, have been priceless for Kotlin. He has inspired many folks.
24+
25+
On behalf of the Kotlin Foundation, thank you Roman for everything you have done.

src/pages/structure.mdx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Kotlin Foundation is a nonprofit nonstock corporation registered in the stat
1313
name="Board of Directors"
1414
members={[
1515
{ name: 'Maxim Shafirov', company: 'JetBrains' },
16-
{ name: 'Roman Elizarov', company: 'JetBrains' },
16+
{ name: 'Hadi Hariri', company: 'JetBrains' },
1717
{ name: 'Grace Kloba', company: 'Google' },
1818
{ name: 'Jeffrey van Gogh', company: 'Google' },
1919
{ name: 'Jeffrey Namnum', company: 'Touchlab' },
@@ -45,9 +45,18 @@ and notices to the members, directors and third parties.
4545

4646
</Department>
4747

48+
<Department
49+
name={'Treasurer'}
50+
members={{ name: 'James Ward', company: 'Google' }}
51+
>
52+
53+
The Treasurer oversees the financial operations of the Foundation.
54+
55+
</Department>
56+
4857
<Department
4958
name={'Lead Language Designer'}
50-
members={{ name: 'Roman Elizarov', company: 'JetBrains' }}
59+
members={{ name: 'Mikhail Zarechenskii', company: 'JetBrains' }}
5160
>
5261

5362
This person is in charge of all decisions regarding the development of the project and evolution of the language.
@@ -58,7 +67,7 @@ The Foundation appoints the Lead Language Designer, but does not directly make d
5867
<Department
5968
name={'Language Committee'}
6069
members={[
61-
{ name: 'Roman Elizarov', company: 'JetBrains' },
70+
{ name: 'Mikhail Zarechenskii', company: 'JetBrains' },
6271
{ name: 'Jeffrey van Gogh', company: 'Google' },
6372
{ name: 'Werner Dietl', company: 'Independent Director' }
6473
]}
@@ -75,7 +84,7 @@ and has the power to reject incompatible changes or require certain deprecation
7584
<Department
7685
name={'Ecosystem committee'}
7786
members={[
78-
{ name: 'Roman Elizarov', company: 'JetBrains' },
87+
{ name: 'Sebastian Aigner', company: 'JetBrains' },
7988
{ name: 'Alan Viverette', company: 'Google' },
8089
{ name: 'Louis Wasserman', company: 'Google' },
8190
{ name: 'Vsevolod Tolstopyatov', company: 'JetBrains' },

0 commit comments

Comments
 (0)