From 07dd05312edfb984ba8ee20e68d251151244806e Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 4 Aug 2021 19:08:22 -0700 Subject: [PATCH 1/2] community page: update who's-behind-Scala --- community/index.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/community/index.md b/community/index.md index efe5f5c22..7f9fe4984 100644 --- a/community/index.md +++ b/community/index.md @@ -11,23 +11,23 @@ The community is also the source of many libraries, tools, and other resources a ## Who's behind Scala? +Scala was created by +[Prof. Martin Odersky](https://lampwww.epfl.ch/~odersky/). + The Scala language and associated websites are cooperative projects of the [Scala Center](https://scala.epfl.ch) at [EPFL](https://epfl.ch), -[Lightbend](https://www.lightbend.com), and the Scala community -more broadly, with participation from many companies, organizations, -and individuals. - -The Scala team at Lightbend concentrates on advancing the language, -compiler, and standard library. The Scala Center focuses on education -(especially online courses), documentation, open source community -outreach, and tooling. Community participation in all of these -efforts is strongly encouraged. - -Scala was created by -[Prof. Martin Odersky](https://lampwww.epfl.ch/~odersky/). Martin and -his research group at EPFL remain heavily involved with the language, -including developing [Dotty](https://dotty.epfl.ch), a -next-generation compiler for Scala. +the Scala 3 team in Martin's research group (also at EPFL), +the Scala team at [Lightbend](https://www.lightbend.com), +[VirtusLab](https://virtuslab.com), and the Scala community more +broadly, with participation from many companies, organizations, and +individuals. + +Scala 2 maintenance is primarily handled by the Lightbend team. +They also participate in Scala 3 development. + +The Scala Center focuses on education (especially online courses), +documentation, open source community outreach, and tooling. Community +participation in all of these efforts is strongly encouraged. ## Forums / Mailing Lists From 5c5555c57b15bc0386e56cc6cbcaa91fa8bd439e Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 5 Aug 2021 07:28:24 -0700 Subject: [PATCH 2/2] community page: review feedback --- community/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/index.md b/community/index.md index 7f9fe4984..c71efc6a5 100644 --- a/community/index.md +++ b/community/index.md @@ -17,7 +17,7 @@ Scala was created by The Scala language and associated websites are cooperative projects of the [Scala Center](https://scala.epfl.ch) at [EPFL](https://epfl.ch), the Scala 3 team in Martin's research group (also at EPFL), -the Scala team at [Lightbend](https://www.lightbend.com), +the Scala teams at [Lightbend](https://www.lightbend.com) and [VirtusLab](https://virtuslab.com), and the Scala community more broadly, with participation from many companies, organizations, and individuals. @@ -25,6 +25,8 @@ individuals. Scala 2 maintenance is primarily handled by the Lightbend team. They also participate in Scala 3 development. +VirtusLab focuses on infrastructure and tooling for Scala 3. + The Scala Center focuses on education (especially online courses), documentation, open source community outreach, and tooling. Community participation in all of these efforts is strongly encouraged.