Scala Links
The amount of times I need to look this stuff up drives me mad. So here's a collection of Scala-related links to the various official pages, documentation sites, repos, etc. Useful if you need to periodically go to all these places like I do for contributing, reference, or desire for documentation. There a lot. Some would say too many.
Main Websites
API / Reference Docs
- Scala 3 API docs
- Scala 3 reference docs
- Scala 3 nightly API docs
- Scala 3 nightly reference
- Scala 2.13 library API docs
- Scala 2.13 compiler API docs
- Scala 2.13 reflection API docs
- Scala 2.13 language specification docs
Repos
- lampepfl/dotty (Scala 3 development, issues, discussions, feature requests, and community build)
- lampepfl/scala3-reference-docs (Scala 3 language reference documentation sources)
- scala/scala (Scala 2 development)
- scala/scala-dev(Scala 2 team issues)
- scala/scala-lang (Scala website sources)
- scala/docs.scala-lang (Scala documentation website sources)
- scala/scala.epfl.ch (Scala Center website sources)
- scala/bug (Scala 2 bug reports)
- scala/community-build (Scala 2 community build)
- scala/improvement-proposals (Scala 3 SIP proposals)
- VirtusLab/community-build3 ("Unmanaged" Scala 3 community build)
- scalacenter/advisoryboard (Scala Center Advisory Board proposals)