docs.scala-lang
docs.scala-lang copied to clipboard
The Scala Documentation website
The Scala 3 official collections [documentation](https://docs.scala-lang.org/scala3/book/collections-classes.html) doesn't even show or mention the `Array` type. It seems like an omission. Also, a short discussion on `Array` vs `ArrayBuffer` will be useful,...
Bumps [github-pages](https://github.com/github/pages-gem) from 231 to 232. Release notes Sourced from github-pages's releases. v232 What's Changed Bump docker/build-push-action from 5 to 6 by @dependabot in github/pages-gem#916 Fix obscured gemfile issue by...
In Java I can create a `Hello.java`, compile it with `javac Hello.java`, and execute it with `java Hello`. On the Scala "Getting Stated" page such scenario for Scala is not...
The sentence "Например, переменные создаются лаконично, а их типы понятны:" does not correspond to the code example, there are no "var" but "val" instead.
Add phrase: > Note that `Long` to `Float` conversion is deprecated in new versions of Scala, because of the potential precision lost.
As a newcomer to the Scala language, I find [this section](https://github.com/scala/docs.scala-lang/blob/main/_overviews/scala3-book/taste-control-structures.md?plain=1#L375-L385) difficult to follow. It would help if `Person` and `name`were defined somewhere to be able to compile at least...
I didn't even know there is a real documentation for the functions, until I read a book which specifically mentioned the type-based search, which I attempted to locate, and struggled....
As of 2025-06-21, https://docs.scala-lang.org/getting-started/install-scala.html says: > Run the following command in your terminal, following the on-screen instructions: > > `brew install coursier && coursier setup` On the other hand, https://scala-lang.org/download/...
After multiple people telling me how complicated it is using Scala I was bummed to see how complicated are the instructions to install Scala. Not only they are complicated but...