page = the scala programming language
url = https://www.scala-lang.org
New sessions starting every 2 weeks!
Thursday, April 8, 2021
// build.sbt lazy val hello = project . in ( file ( "." )) . settings ( scalaVersion := "3.0.0-RC2" , libraryDependencies += ( "org.typelevel" %% "cats-core" % "x.y.z" ). cross ( CrossVersion . for3Use2_13 ) )
GSoC 2021 Here we come! Thursday, March 11, 2021 • Scala Center BLOG We are delighted to announce: the Scala Center has been accepted as a mentor organization for this year’s Google Summer of Code! We have... Scala 3 Developer’s Preview Survey Results Monday, March 8, 2021 • Scala Center BLOG In December, we published a survey sharing the status of the Scala 3 release and asking the Scala community to give us their opinions, c... Tuples bring generic programming to Scala 3 Friday, February 26, 2021 • Vincenzo Bazzucchi, Scala Center BLOG Tuples allow developers to create new types by associating existing types. In doing so, they are very similar to case classes but unlike ...