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
+26-20Lines changed: 26 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -9,28 +9,34 @@ Popular ways to connect with the Scala community include mailing lists, chat roo
9
9
10
10
## Mailing Lists
11
11
12
-
Scala has the following primary mailing lists.
13
-
14
12
The Scala mailing lists are covered by the [Scala Code of Conduct](http://docs.scala-lang.org/conduct.html).
15
13
16
-
***[Scala-User](http://groups.google.com/group/scala-user)**: the main forum for questions and discussions about the Scala programming ([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.user)). In particular, newbie questions and programming experiences and questions should go to this list.
17
-
***[Scala-Language](http://groups.google.com/group/scala-language)**: the main forum for discussions and news about the Scala language ([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala)).
18
-
***[Scala-Announce](http://groups.google.com/group/scala-announce)**: announcements of new Scala releases, packages and
19
-
applications ([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.announce)).
20
-
***[Scala-Debate](http://groups.google.com/group/scala-debate)**: a more relaxed list for questions and discussions
21
-
([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.debate)). In particular, the following should go to this list:
22
-
* questions and suggestions around the future of Scala.
23
-
* trails of discussions that started in scala but become too specialized to be of interest to most readers.
24
-
* topics where you suspect that only a few people would be interested.
25
-
***[Scala-Tools](http://groups.google.com/group/scala-tools)**: the main forum for discussions about the Scala tools
26
-
contributed by the community ([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.tools)).
27
-
***[Scala-Internals](http://groups.google.com/group/scala-internals)**: discussions about the core internal design and implementation of the Scala system. This list is mainly used by developers who commit code to the Scala code base, but it is open to the general public in the interest of transparency. Please only post new threads if you commit to the Scala code base, and you need to discuss the internals of the Scala system. Bug reports, feature requests, and general discussions should go to the other lists instead
28
-
([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.internals)).
29
-
***[Scala-XML](http://groups.google.com/group/scala-xml)**: interest group devoted to the Scala XML infrastructure
30
-
([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.xml)).
31
-
***[Scala-SIPs](http://groups.google.com/group/scala-sips)**: interest group devoted to the Scala Improvement Process (SIP) proposals.
32
-
33
-
The "Archive at Gmane" links include messages predating the migration to Google Groups.
14
+
This is our most beginner-friendly list:
15
+
16
+
***[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.
17
+
18
+
This list is low-traffic and all posts are moderated:
19
+
20
+
***[Scala-Announce](http://groups.google.com/group/scala-announce)**: announcements of new Scala releases, tools, libraries, and other resources.
21
+
22
+
Other, more specialized lists:
23
+
24
+
***[Scala-Language](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.
25
+
***[Scala-Debate](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.
26
+
***[Scala-Tools](http://groups.google.com/group/scala-tools)**: specifically for tooling around Scala, such as editors and build tools.
27
+
***[Scala-SIPs](http://groups.google.com/group/scala-sips)**: interest group devoted to Scala Improvement Process (SIP) and Scala Library Improvement Process (SLIP) proposals. If you want to see what’s coming down the pipe and you’d like to be involved, this is the mailing list for you.
28
+
29
+
And most specialized of all:
30
+
31
+
***[Scala-Internals](http://groups.google.com/group/scala-internals)**: for discussing development work on the Scala compiler and standard library. Core maintainers and active open-source contributors are both welcome. (If you're not sure if your thread belongs here, ask a contributor, or try another list first.)
32
+
33
+
### No Job Postings
34
+
35
+
Job listings are not allowed on the mailing lists. While we're all very glad to see more and more Scala jobs, please confine these listings to more appropriate forums.
36
+
37
+
### Older archives
38
+
39
+
The following "Archive at Gmane" links include messages predating the migration to Google Groups: [scala-user](http://dir.gmane.org/gmane.comp.lang.scala.user), [scala-announce](http://dir.gmane.org/gmane.comp.lang.scala.announce), [scala-language](http://dir.gmane.org/gmane.comp.lang.scala), [scala-debate](http://dir.gmane.org/gmane.comp.lang.scala.debate), [scala-tools](http://dir.gmane.org/gmane.comp.lang.scala.tools), [scala-internals](http://dir.gmane.org/gmane.comp.lang.scala.internals).
0 commit comments