Skip to content

[zh-cn] Initialization and Introduction #2272

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
Feb 2, 2022
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
30 changes: 30 additions & 0 deletions _zh-cn/overviews/scala3-book/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: 导言
type: chapter
description: This page begins the overview documentation of the Scala 3 language.
num: 1
previous-page:
next-page:

scala3: true
partof: scala3-book
overview-name: "Scala 3 — Book"
layout: multipage-overview
permalink: "/zh-cn/scala3/book/:title.html"
---

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

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

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

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

[contributing]: {% link scala3/contribute-to-docs.md %}
[reference]: {{ site.scala3ref }}/overview.html
[taste]: {% link _overviews/scala3-book/taste-intro.md %}