Skip to content

Add things that were missing #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 6 additions & 0 deletions records/2022-Q3-activity-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down