You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/community/learning-resources.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,14 @@ This is a collection of community recommended resources for functional programmi
7
7
8
8
## Foundational books & guides
9
9
10
-
-**[Functional Programming in Scala](https://www.manning.com/books/functional-programming-in-scala-second-edition)**: A classic introduction to FP ideas in Scala; strong on the thinking behind libraries like Cats.
10
+
-**[Creative Scala](https://www.creativescala.org/creative-scala/)**: Hands-on exercises and usage for practising Scala.
11
+
12
+
-**[Essential Scala](https://underscore.io/books/essential-scala/)**: A functionally-friendly introduction to Scala language features.
11
13
12
14
-**[Scala with Cats](https://scalawithcats.com)**: Practical introduction to Cats
13
15
14
-
-**[Essential Scala](https://underscore.io/books/essential-scala/)**: A functionally-friendly introduction to Scala language features.
16
+
-**[Functional Programming in Scala](https://www.manning.com/books/functional-programming-in-scala-second-edition)**: A classic introduction to FP ideas in Scala; strong on the thinking behind libraries like Cats.
15
17
16
-
-**[Creative Scala](https://www.creativescala.org/creative-scala/)**: Hands-on exercises and usage for practising Scala.
17
18
18
19
## Documentation for Key Libraries
19
20
@@ -34,4 +35,4 @@ This is a collection of community recommended resources for functional programmi
34
35
35
36
## Scala ecosystem docs
36
37
37
-
-**[Official Scala documentation](https://docs.scala-lang.org/)**: general language reference and guides
38
+
-**[Official Scala documentation](https://docs.scala-lang.org/)**: general language reference and guides
0 commit comments