Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.09 KB

taste-intro.md

File metadata and controls

27 lines (20 loc) · 1.09 KB
title type description language num previous-page next-page partof overview-name layout permalink
Scala 的味道
chapter
This chapter provides a high-level overview of the main features of the Scala 3 programming language.
zh-cn
4
why-scala-3
taste-hello-world
scala3-book
Scala 3 — Book
multipage-overview
/zh-cn/scala3/book/:title.html

本章提供的快速导览涉及 Scala 3 编程语言的主要特性。 在本导览之后,本书的其余部分提供了有关这些特性的更多详细信息,而[参考文档][reference]提供了_许多_ 细节。

设置 Scala

在本章和本书的其余部分,我们鼓励您通过复制或手动键入来尝试这些示例。遵循示例所需的工具你可以按照我们的[入门指南][get-started]在自己的计算机上安装。

或者,您可以使用 Scastie 在 Web 浏览器中运行这些示例,这是一个完全在线的编辑器和 Scala 的代码运行器。

[reference]: {{ site.scala3ref }}/overview.html [get-started]: {% link _overviews/getting-started/install-scala.md %}