docs.scala-lang
docs.scala-lang copied to clipboard
The Scala Documentation website
We would like the [Scala Book](https://docs.scala-lang.org/scala3/book/introduction.html) to be a complete documentation of the language. The guide [Value Classes and Universal Traits](https://docs.scala-lang.org/overviews/core/value-classes.html) should be merged into the Scala Book. This page...
In the [PR#17028](https://github.com/lampepfl/dotty/pull/17028#event-9579318793) I added a new flag. So the goal of this PR is to add a new documentation related to it. Waiting for the change to be released.
We would like the [Scala Book](https://docs.scala-lang.org/scala3/book/introduction.html) to be a complete documentation of the language. The content [REPL](https://docs.scala-lang.org/overviews/repl/overview.html) should be merged into the Scala Book, which also contains a [REPL](https://docs.scala-lang.org/scala3/book/taste-repl.html) page.
We would like the [Scala Book](https://docs.scala-lang.org/scala3/book/introduction.html) to be a complete documentation of the language. The guide [Implicit Classes](https://docs.scala-lang.org/overviews/core/implicit-classes.html) should be merged into the Scala Book. I think we should move...
In an effort to unify the Scala 2 and Scala 3 documentation, we would like the current [Scala 3 Book](https://docs.scala-lang.org/scala3/book/introduction.html) to become a complete documentation of Scala, describing the whole...
In section "Covariance": > We say that `ImmutableBox` is *covariant* in `A`, and this is indicated by the `+` before the `A`. > > More formally, that gives us the...
https://docs.scala-lang.org/scala3/guides/migration/options-lookup.html says: > The current comparison is based on Scala 2.13.4 and 3.0.0-M3.
closest thing that we have is https://docs.scala-lang.org/scala3/book/ca-context-bounds.html
Currently the command to compile scala 3 code is `scalac`. The name `dotc` is not used anymore and should disappear from the documentation unless when it refers to the historical...