You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community/index.md
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -28,23 +28,17 @@ his research group at EPFL remain heavily involved with the language,
28
28
including developing [Dotty](http://dotty.epfl.ch), a
29
29
next-generation compiler for Scala.
30
30
31
-
## Forums and Mailing Lists
31
+
## Forums / Mailing Lists
32
32
33
-
For discussions around Scala, we are in the process of migrating from
34
-
Google Groups to Discourse.
33
+
The Scala Center operates two Discourse forums:
35
34
36
-
For now, these Google Groups remain active:
37
-
38
-
***[scala-user](http://groups.google.com/group/scala-user)**: The main forum for questions and discussions, including beginner questions, about programming in Scala. Any question can and should receive a courteous and insightful answer.
39
-
***[scala-announce](http://groups.google.com/group/scala-announce)**: Announcements of new Scala releases, tools, libraries, and other resources.
40
-
41
-
Other discussions are now on Discourse, here:
35
+
***[users.scala-lang.org](https://users.scala-lang.org)**: The main forum for questions, discussions, and announcements about programming in Scala. Beginner questions are very welcome. Any question can and should receive a courteous and insightful answer. (Replaces the old scala-user and scala-announce groups.)
42
36
43
37
***[contributors.scala-lang.org](https://contributors.scala-lang.org)**: For anything related to moving Scala forward; from Scala Platform library discussions, to Scala Improvement Process discussions, to development work on the Scala compiler, standard library, and modules. Core maintainers and open-source contributors are both welcome, as well as those who want to see what’s coming down the pipe and would like to be involved. (Replaces the old scala-internals, scala-language, scala-debate, scala-sips, and scala-tools groups.)
44
38
45
39
Discourse is an open-source forum and mailing list platform. You can participate via the web, or you can use "mailing list mode", where you receive posts in your inbox and can reply to them via email. The web interface provides statistics, upvoting, polls, and other features. Posts can be written in Markdown, including syntax highlighting.
46
40
47
-
All of these forums and lists are covered by the [Scala Code of Conduct](../conduct.html).
41
+
These forums are covered by the [Scala Code of Conduct](../conduct.html).
48
42
49
43
### Scala Jobs
50
44
@@ -147,8 +141,10 @@ Staying current:
147
141
148
142
## Mailing Lists (Retired)
149
143
150
-
These lists are being retired; please use [contributors.scala-lang.org](https://contributors.scala-lang.org) instead.
144
+
These lists are being retired; please use [users.scala-lang.org](https://users.scala-lang.org) and [contributors.scala-lang.org](https://contributors.scala-lang.org) instead.
151
145
146
+
***[scala-user (retiring soon)](http://groups.google.com/group/scala-user)**: main forum for questions and discussions, including beginner questions, about programming in Scala
147
+
***[scala-announce (retiring soon)](http://groups.google.com/group/scala-announce)**: announcements of new Scala releases, tools, libraries, and other resources
152
148
***[Scala-Language (retired)](http://groups.google.com/group/scala-language)**: discussions about the Scala language itself. Why Scala is the way it is, and how it could be different.
153
149
***[Scala-Debate (retired)](http://groups.google.com/group/scala-debate)**: the "any topic goes" list. While professional courtesy and respect must be maintained, discussion and speculation on controversial topics and “what-if” type questions can occur. Threads sometimes migrate here from other lists if they become too specialized, lengthy, or contentious.
154
150
***[Scala-Tools (retired)](http://groups.google.com/group/scala-tools)**: specifically for tooling around Scala, such as editors and build tools.
0 commit comments