|
- 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 ecosystems of industry-proven libraries
- 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 reference)
- 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 and runs directly in the browser, making it a quick and accessible way to get started with Scala
- Scala 3. 4. 0 | The Scala Programming Language
Released February 29, 2024 See all releases Scala binaries for 3 4 0 are available at github Release Notes For a summary of important changes, see the GitHub release notes
- 学习 Scala | Scala Documentation
深度指导如何写出地道的 Scala 代码 速查 包含 Scala 基础语法的速查手册 Scala 常见问题
- Learn Scala | Scala Documentation
Tutorials Take you by the hand through a series of steps to create Scala applications
- 导言 | Scala Documentation
Scala是一门现代的多范式语言,志在以简洁、优雅及类型安全的方式来表达常用的编程模型。 它平滑地集成了面向对象和函数式语言的特性。
|
|
|