Skip to content

add zh-cn introduction of scala-book #1610

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 18, 2020
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
25 changes: 25 additions & 0 deletions _zh-cn/overviews/scala-book/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: multipage-overview
title: 摘要
description: Scala之书摘要
partof: scala_book
overview-name: Scala Book
num: 1
outof: 54
language: zh-cn
next-page: prelude-taste-of-scala
---

Scala之书的内容提供了对Scala编程语言的一个简要的介绍与概览。本书并未拘泥于正体文风,而是由50多个小课程构成。每一课都都有足够的篇幅让读者了解到课程涉及的语言特性,同时每一课也都足够精简干练,让读者可以在15分钟以内看完。

在开始本次旅程之前,需要注意:

- 在编程风格上,大部分Scala用户以2个空格缩进他们的代码,但是本书使用4个空格,因为我们认为这样能够带来更好的阅读体验,尤其是在“书”这种形式中。

点击链接 “下一页(next)”或直接在目录中选择”序言:Scala之味“开始本书之旅。