-
Notifications
You must be signed in to change notification settings - Fork 1k
[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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
julienrf marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
scala3: true | ||
partof: scala3-book | ||
overview-name: "Scala 3 — Book" | ||
layout: multipage-overview | ||
permalink: "/zh-cn/scala3/book/:title.html" | ||
julienrf marked this conversation as resolved.
Show resolved
Hide resolved
|
||
--- | ||
|
||
欢迎阅读《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 %} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.