
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 …
Learn Scala | Scala Documentation
Tutorials Take you by the hand through a series of steps to create Scala applications.
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 …
Introducción | Scala Documentation
Scala es un lenguaje de programación moderno multi-paradigma diseñado para expresar patrones de programación comunes de una forma concisa, elegante, y con tipado seguro.
Scala 3.5.2 | The Scala Programming Language
Released October 22, 2024. See all releases. Scala binaries for 3.5.2 are available at github. Release Notes For a summary of important changes, see the GitHub release notes.
Operators | Tour of Scala | Scala Documentation
In Scala, operators are methods. Any method with a single parameter can be used as an infix operator. For example, + can be called with dot-notation:
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.
Online Courses - Scala Documentation
Tour of Scala is an interactive website that introduces the basics of Scala programming through a series of hands-on lessons. Each lesson provides code examples and exercises that compiles …
Tutorials - Scala Documentation
Scala for Java Programmers Quick introduction to the Scala language and compiler for people who already have some experience in Java.
Scala Cheatsheet - Scala Documentation
Thanks to Brendan O’Connor, this cheatsheet aims to be a quick reference of Scala syntactic constructions. Licensed by Brendan O’Connor under a CC-BY-SA 3.0 license.