Skip to content

multiple improvements to Community page #323

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 6 commits into from
Sep 2, 2015
Merged
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
31 changes: 20 additions & 11 deletions community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ title: Community

---

<!-- You will enjoy being part of the Scala community. Developers in countries all over the world are using Scala for a large variety of applications across a broad range industies. They are enthusiastic, share a passion for Scala are extremely welcoming to new comers. You will find friendly, knowlegeable people ready to help you from the moment you start learning Scala to the time you become an expert programmer yourself. Some share their experience in blogs, others through the Scala e-mail lists, by participating in Open Development projects, at user group meetings or at Scala conferences. Naturally, the best way to get to know the community is to listen and start talking to them. -->

Developers in countries all over the world are using Scala for a large variety of applications across a broad range of industries. Popular ways to connect with the Scala community are via mailing lists or IRC channels, listed below.

Though there are plenty of opportunities to connect face-to-face with others in the community-- for example, via local [Scala Meetups](http://scala.meetup.com/), or local [Scala user groups](http://scala.space/).
Popular ways to connect with the Scala community include mailing lists, chat rooms, user groups, and conferences.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be nice though to still include the link to the Scala Meetups and Scala Space website?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Scala Space link remains below in the "User Groups" section — that seemed like enough to me, but I don't have a strong feeling about it one way or the other.

It seems I was a bit eager in removing the scala.meetup.com link — Scala Space is more curated, but now that I take a second look, I see the meetup link casts a wider net and pulls in additional relevant listings like Spark groups. So I added it back in fda1a6b.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great :) Thanks a lot, Seth!



## Mailing Lists

Scala has the following primary mailing lists. For those lists that existed before they were migrated to Google Groups, see the links for complete archives on Gmane.
Scala has the following primary mailing lists.

The Scala mailing lists are covered by the [Scala Code of Conduct](http://docs.scala-lang.org/conduct.html).

* **[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.
* **[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)).
Expand All @@ -32,22 +30,33 @@ Scala has the following primary mailing lists. For those lists that existed befo
([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.xml)).
* **[Scala-SIPs](http://groups.google.com/group/scala-sips)**: interest group devoted to the Scala Improvement Process (SIP) proposals.

## IRC
The "Archive at Gmane" links include messages predating the migration to Google Groups.

## Chat Rooms

Chat Scala anytime on the [Scala IRC channel](http://webchat.freenode.net/?randomnick=1&channels=scala&prompt=1): `irc://irc.freenode.net/scala`
There are two main [Gitter](https://gitter.im) channels for Scala:

* **[scala/scala/scala-user](https://gitter.im/scala/scala/scala-user)**: like the scala-user mailing list. Questions, general discussion, etc.
* **[scala/scala](https://gitter.im/scala/scala)**: like the scala-internals mailing list. For Scala contributors to discuss language internals.

IRC users can chat about Scala anytime on the [Scala IRC channel](http://webchat.freenode.net/?randomnick=1&channels=scala&prompt=1): `irc://irc.freenode.net/scala`

## User Groups

Find your local Scala user group on [Scala Space](http://scala.space/).

## StackOverflow
## Conferences

See our [events page](/events/).

## Stack Overflow

Scala is an active topic on StackOverflow [Scala on StackOverflow](http://stackoverflow.com/questions/tagged/scala), a programmer Q&A site.
Scala is an active [topic on Stack Overflow](http://stackoverflow.com/questions/tagged/scala), a very popular programmer Q&A site.

## Other Community-Powered Resources

* [Community Wiki](https://wiki.scala-lang.org/display/SW/Welcome+to+the+Scala+Wiki%21)
* [Scala School](http://twitter.github.com/scala_school/)
* [Effective Scala](http://twitter.github.com/effectivescala/)
* [Scala Puzzlers](http://scalapuzzlers.com/)
* [Interactive Tour](http://scalatutorials.com/tour)
* [Awesome Scala](https://github.com/lauris/awesome-scala)