
The Scala Programming Language
Scalable Scala is well suited to building fast, concurrent, and distributed systems with its JVM, JavaScript and Native runtimes. Scala prioritizes interoperability, giving easy access to many …
Online Courses - Scala Documentation
Each lesson provides code examples and exercises that compiles and runs directly in the browser, making it a quick and accessible way to get started with Scala.
Introduction | Scala 3 — Book | Scala Documentation
Welcome to the Scala 3 Book. The goal of this book is to provide an informal introduction to the Scala language. It touches on all Scala topics, in a relatively light manner.
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 …
Learn Scala | Scala Documentation
Tutorials Take you by the hand through a series of steps to create Scala applications.
All Available Versions | The Scala Programming Language
Feb 11, 2012 · All Available Versions This page contains a comprehensive archive of Scala releases.
Tutorials - Scala Documentation
Scala for Java Programmers Quick introduction to the Scala language and compiler for people who already have some experience in Java.
Getting Started | Scala Documentation
The Scala Book (see the Scala 2 version here), which provides a set of short lessons introducing Scala’s main features. The Tour of Scala for bite-sized introductions to Scala’s features.
Scala Features | Scala 3 — Book | Scala Documentation
The name Scala comes from the word scalable, and true to that name, the Scala language is used to power busy websites and analyze huge data sets. This section introduces the features that make …