
The Scala Programming Language
Scala's expressivity and compiler-enforced safety makes it easier to construct reliable concurrent code. With Scala, your programs take full advantage of multi-core and distributed architectures, ensure …
Install | The Scala Programming Language
Each Scala release has its own page listing alternative installation methods. Click the button above to see the full list of Scala releases, or pick from the most recent releases below.
Learn Scala | Scala Documentation
Scala Evolution Scala Improvement Process Description of the process for evolving the language, and list of all the Scala Improvement Proposals (SIPs).
Basics | Tour of Scala | Scala Documentation
Scala has a special type of class called a “case” class. By default, instances of case classes are immutable, and they are compared by value (unlike classes, whose instances are compared by …
Introduction | Tour of Scala | Scala Documentation
Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It seamlessly integrates features of object-oriented …
Tutorials - Scala Documentation
Tutorials Tutorials take you by the hand through a series of steps to create Scala applications.
Online Courses - Scala Documentation
Scala Courses on Coursera by EPFL The Scala Center at EPFL offers free online courses of various levels, from beginner to advanced. For beginners: Effective Programming in Scala: a practical …
Scala 3
scala.concurrent - Primitives for concurrent programming such as Futures and Promises scala.io - Input and output operations scala.math - Basic math functions and additional numeric types like BigInt and …
A Scala Tutorial for Java Programmers
At a Glance: Why Scala? Java without Semicolons: There’s a saying that Scala is Java without semicolons. There is a lot of a truth to this statement: Scala simplifies much of the noise and …
Getting Started | Scala Documentation
Using the Scala Installer (recommended way) The Scala installer is a tool named Coursier, whose main command is named cs. It ensures that a JVM and standard Scala tools are installed on your system. …