diff --git a/projects.md b/projects.md index 5c12adf..b47f698 100644 --- a/projects.md +++ b/projects.md @@ -106,6 +106,18 @@ ecosystem](https://contributors.scala-lang.org/t/the-scala-centers-roadmap-for-a With the help of the community, we plan to document the best practices to have a productive development environment in Scala.js. +#### Language Specification + +Currently, there is no proper language specification for Scala 3. A specification would be useful for +developers, when they want to quickly check something about a feature they are using. It would also +be useful to the [Scala Improvement Process](https://docs.scala-lang.org/sips), to provide a basis +for discussions and proposals. + +Some pieces of specification +are available in the [Scala 3 Reference](https://docs.scala-lang.org/scala3/reference), but these +pieces are mostly about the differences compared to Scala 2. We will complete them, and publish a +proper language specification for Scala 3. + ### Communication We will conduct many actions aiming at communicating a positive image of Scala, diff --git a/records/2022-Q3-activity-report.md b/records/2022-Q3-activity-report.md index 37adc1c..13a864f 100644 --- a/records/2022-Q3-activity-report.md +++ b/records/2022-Q3-activity-report.md @@ -228,6 +228,12 @@ We organized two SIP meetings: We also published an [article](https://www.linkedin.com/pulse/scala-improving-scala-center) summarizing the goals of the process, the way it works, and the results of the first meeting. +### Scala Developer Survey + +In partnership with VirtusLab, we have created and published a survey to know the community better and learn about the libraries and tools they use. +You can read the announcement [here](https://www.scala-lang.org/blog/2022/09/29/scala-survey-2022-announcement.html), and fill the +survey [here](https://scala-survey-2022.virtuslab.com/) (until 21st of October 2022). + ## Maintenance Work ### TASTy Reader