Skip to content

Commit

Permalink
Update _overviews/scala3-book/fp-intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha authored Dec 20, 2023
1 parent 8ee981b commit 99eb771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _overviews/scala3-book/fp-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ next-page: fp-what-is-fp


Scala lets you write code in an object-oriented programming (OOP) style, a functional programming (FP) style, and also in a hybrid style---using both approaches in combination.
The essence of Scala is a fusion of functional and object-oriented programming in a typed setting:
As stated by Martin Odersky, the creator of Scala, the essence of Scala is a fusion of functional and object-oriented programming in a typed setting:

- Functions for the logic
- Objects for the modularity
Expand Down

0 comments on commit 99eb771

Please sign in to comment.