Skip to content

Commit 6354191

Browse files
committed
Minor adjustments
1 parent 86cfa76 commit 6354191

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_scala_items/7-education.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ shortDescription: "Scala is ideal for teaching programming to beginners as well
1616
The example in file <code>HelloWorld.scala</code> below shows how a “hello
1717
world” program looks like in Scala. In <code>Modeling.scala</code>, we show an
1818
example of structuring the information of a problem domain in Scala. In
19-
<code>Modules.scala</code>, we show how to use classes to implement
20-
software modules. Last, in <code>Algorithms.scala</code>, we show how the
19+
<code>Modules.scala</code>, we show how straightforward it is to implement software modules with Scala classes. Last, in <code>Algorithms.scala</code>, we show how the
2120
standard Scala collections can be leveraged to implement algorithms with
2221
few lines of code.
2322
</p>

teach.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ includeTOC: true
88

99
Since Scala embraces several programming paradigms, it can be used to
1010
introduce many important concepts involved in computational thinking, from
11-
the most basic ones to the most advanced ones. It is suitable to teach
11+
the most basic ones to the most advanced ones. Its lean syntax makes it
12+
straightforward to map those concepts into code. It is suitable to teach
1213
programming to beginners, as well as to teach advanced software engineering
1314
courses. The scalable language also scales for teaching!
1415

0 commit comments

Comments
 (0)