Skip to content

[zh-cn] Scala 3 Features #2340

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 1 commit into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions _zh-cn/overviews/scala3-book/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: chapter
description: This page begins the overview documentation of the Scala 3 language.
num: 1
previous-page:
next-page:
next-page: scala-features

scala3: true
partof: scala3-book
Expand All @@ -14,13 +14,13 @@ permalink: "/zh-cn/scala3/book/:title.html"
---

欢迎阅读《Scala 3》一书。
本书的目标是提供对Scala语言的非正式介绍,并以相对轻松的方式涉及所有的Scala主题
若您在阅读本书时想了解有关特定功能的更多信息,可以随时参阅[_参考文档_][reference]其中更详细地涵盖了Scala语言的许多新特性
本书的目标是提供对 Scala 语言的非正式介绍,并以相对轻松的方式涉及所有的 Scala 主题
若您在阅读本书时想了解有关特定功能的更多信息,可以随时参阅[_参考文档_][reference]其中更详细地涵盖了 Scala 语言的许多新特性

在本书中,我们希望证明Scala是一种优美的、富有表现力的编程语言。它具有简洁、现代的语法,支持函数式编程(FP)和面向对象编程(OOP),并提供安全的静态类型系统。
Scala的语法和特性都经过了重新思考与公开辩论,并在2020年更新,比以往任何时候都更清晰、更容易理解。
在本书中,我们希望证明 Scala 是一种优美的、富有表现力的编程语言。它具有简洁、现代的语法,支持函数式编程(FP)和面向对象编程(OOP),并提供安全的静态类型系统。
Scala 的语法和特性都经过了重新思考与公开辩论,并在2020年更新,比以往任何时候都更清晰、更容易理解。

本书首先在[品味Scala”部分][taste]对Scala的许多特性进行了一次“旋风之旅”。随后的章节会提供有关这些语言特性的更多详细信息。
本书首先在[品味 Scala”部分][taste]对 Scala 的许多特性进行了一次“旋风之旅”。随后的章节会提供有关这些语言特性的更多详细信息。

> 我们仍在撰写本书的过程中。
> 您可以[帮助我们改进][contributing]
Expand Down
Loading