From 8ee981b281b9dd21454394ded871fa1181db8860 Mon Sep 17 00:00:00 2001 From: Ivan Denysov <4324068+ivandenysov@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:21:44 +0100 Subject: [PATCH 1/2] Remove rotten link --- _overviews/scala3-book/fp-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/scala3-book/fp-intro.md b/_overviews/scala3-book/fp-intro.md index d99ec1d0e8..fa3c0c0f36 100644 --- a/_overviews/scala3-book/fp-intro.md +++ b/_overviews/scala3-book/fp-intro.md @@ -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. -[As Martin Odersky has stated](https://twitter.com/alexelcu/status/996408359514525696), the essence of Scala is a fusion of functional and object-oriented programming in a typed setting: +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 From 99eb77131f21d868f97f044596e169693465e4a7 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Wed, 20 Dec 2023 13:26:42 +0100 Subject: [PATCH 2/2] Update _overviews/scala3-book/fp-intro.md --- _overviews/scala3-book/fp-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/scala3-book/fp-intro.md b/_overviews/scala3-book/fp-intro.md index fa3c0c0f36..99f02ca759 100644 --- a/_overviews/scala3-book/fp-intro.md +++ b/_overviews/scala3-book/fp-intro.md @@ -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