
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 …
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
Tutorials Take you by the hand through a series of steps to create Scala applications.
学习 Scala | Scala Documentation
深度指导如何写出地道的 Scala 代码 速查 包含 Scala 基础语法的速查手册 Scala 常见问题
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 …
New in Scala 3
The Language Reference gives a detailed description of the changes from Scala 2 to Scala 3. The Migration Guide provides you with all the information necessary to move from Scala 2 to Scala 3.
All Available Versions | The Scala Programming Language
Feb 11, 2012 · All Available Versions This page contains a comprehensive archive of Scala releases.
给 Java 工程师的 Scala 入门教学 | Scala Documentation
Scala 是一个纯粹的面向对象语言,意即包括数字、函数在内的 一切 都是对象。 这跟 Java 不同,因为 Java 的基本类型 (如 boolean 与 int ) 和引用类型是有区别的。
向 Java 开发者介绍Scala | Scala 3 — Book | Scala Documentation
因为 Scala Array 的表示方式与 Java array 相同,所以您可以轻松地在 Scala 代码中使用返回数组的 Java 方法。 尽管讨论了 Array,但请记住,在 Scala 中通常有可能更适合的 Array 替代品。
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 …