Skip to content

Commit 9adad09

Browse files
SethTisuejvican
authored andcommitted
language tour: say what the intent and audience are (scala#993)
1 parent be14067 commit 9adad09

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

_tour/tour-of-scala.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ next-page: basics
1313
redirect_from: "/tutorials/tour/tour-of-scala.html"
1414
---
1515

16+
## Welcome to the tour
17+
This tour contains bite-sized introductions to the most frequently used features
18+
of Scala. It is intended for newcomers to the language.
19+
20+
This is just a brief tour, not a full language tutorial. If
21+
you want that, consider obtaining [a book](/books.html) or consulting
22+
[other resources](/learn.html).
23+
24+
## What is Scala?
1625
Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages.
1726

1827
## Scala is object-oriented ##

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sections:
1515
icon: "fa fa-rocket"
1616
link: /getting-started.html
1717
- title: "Tour of Scala"
18-
description: "Bite-sized introductions to some of the core language concepts."
18+
description: "Bite-sized introductions to core language features."
1919
icon: "fa fa-flag"
2020
link: /tour/tour-of-scala.html
2121
- title: "Scala for Java Programmers"

0 commit comments

Comments
 (0)