Skip to content

update latest translation of _zh-cn/overviews/scala3-book/taste-intro. #2679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion _zh-cn/overviews/scala3-book/taste-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ permalink: "/zh-cn/scala3/book/:title.html"
本章提供的快速导览涉及 Scala 3 编程语言的主要特性。
在本导览之后,本书的其余部分提供了有关这些特性的更多详细信息,而[参考文档][reference]提供了_许多_ 细节。

> 在本书中,我们建议您在[Scastie](https://scastie.scala-lang.org) 或 Scala REPL 中尝试一些示例,该示例稍后演示。
## 设置 Scala

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

> 或者,您可以使用 [Scastie](https://scastie.scala-lang.org) 在 Web 浏览器中运行这些示例,这是一个完全在线的编辑器和 Scala 的代码运行器。

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