docs.scala-lang
docs.scala-lang copied to clipboard
The Scala Documentation website
foldRight uses starting value as z.
The old displayed values of `6, 7, 8, 9` are confusing for developers contemplating updating to recent Java versions like `21` - [eg](https://github.com/guardian/mobile-save-for-later/pull/109/files#r1559390842) : > I was getting an error...
In https://github.com/scala/docs.scala-lang/blob/main/_overviews/tutorials/scala-for-java-programmers.md it is said that: > Java programmers should be well aware of the problems posed by the lack of genericity in their language, a shortcoming which is addressed...
https://docs.scala-lang.org/tour/automatic-closures.html seems to be an orphan page that isn't in the language tour's table of contents and isn't linked to from within our site. I suspect its continued existence is...
@eed3si9n what should I put for sbt? @lefou what should I put for mill? @Gedochao should I add a scala-cli column?
realized recently that was a significant omission we ought to address @Gedochao @sjrd need your help here — I left two cells blank because I don't know what to put,...
Add parentheses when calling `LocalDate.now` to get an instance of `LocalDate`. For a parameterless method, the recommended convention is that if no side effects, it should be without parentheses, so...
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. Release notes Sourced from webrick's releases. v1.8.2 What's Changed Drop commented-out line by @olleolleolle in ruby/webrick#108 Add Ruby 3.1 & 3.2 to CI matrix...