Skip to content

Commit a884c0b

Browse files
committed
Add scala 3 book in russian
1 parent 58c18aa commit a884c0b

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

_overviews/scala3-book/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: This page begins the overview documentation of the Scala 3 language
55
num: 1
66
previous-page:
77
next-page: scala-features
8+
languages: [ru]
89
---
910

1011
Welcome to the Scala 3 Book.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Введение
3+
type: chapter
4+
description: На этой странице начинается обзорная документация по языку Scala 3.
5+
num: 1
6+
previous-page:
7+
next-page: scala-features
8+
---
9+
10+
Добро пожаловать в книгу Scala 3.
11+
Цель этой книги — предоставить неформальное введение в язык Scala.
12+
Она относительно легко затрагивает все темы Scala.
13+
Если в какой-то момент во время чтения этой книги вы захотите получить дополнительную информацию о конкретной функции,
14+
вы найдете ссылки на нашу [Справочную документацию][reference],
15+
в которой более подробно рассматриваются многие новые функции языка Scala.
16+
17+
<blockquote class="help-info">
18+
<i class="fa fa-info"></i>&nbsp;&nbsp;If you are interested in the archived Scala 2 edition of the book, you
19+
can <a href="/overviews/scala-book/introduction.html">access it here</a>. We are currently in the process of
20+
merging the two books and you can <a href="{% link scala3/contribute-to-docs.md %}">help us</a>.
21+
</blockquote>
22+
23+
Over the course of this book, we hope to demonstrate that Scala is a beautiful, expressive programming language, with a clean, modern syntax, which supports functional programming (FP) and object-oriented programming (OOP), and that provides a safe static type system.
24+
Scala’s syntax, grammar, and features have been re-thought, debated in an open process, and updated in 2020 to be clearer and easier to understand than ever before.
25+
26+
The book begins with a whirlwind tour of many of Scala’s features in the [“A Taste of Scala” section][taste].
27+
After that tour, the sections that follow it provide more details on those language features.
28+
29+
{% comment %}
30+
We should have a link structure on the whole tour here
31+
{% endcomment %}
32+
33+
[reference]: {{ site.scala3ref }}/overview.html
34+
[taste]: {% link _overviews/scala3-book/taste-intro.md %}

0 commit comments

Comments
 (0)