Skip to content

Commit 2e00f0f

Browse files
committed
Link some books
1 parent 032dc2f commit 2e00f0f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/gsoc/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
welcome-tab.class: bulma-is-active
44
%}
55

6-
## Welcome!
6+
# Welcome!
77

88
Typelevel is an ecosystem of projects and a community of people united to foster an inclusive, welcoming, and safe environment around functional programming in Scala.
99
We work together to develop projects that apply functional programming to challenging problems relevant in industry.
@@ -26,3 +26,14 @@ You can also reach us at gsoc@typelevel.org with any questions.
2626
[invite]: https://discord.gg/382Z3w8QTj
2727
[events]: events.md#calendar
2828
[videos]: https://youtube.com/playlist?list=PL_5uJkfWNxdmHk2CtFxDVGiJxpU_UaD2s
29+
30+
## Learning Resources
31+
32+
To learn Scala and functional programming, we recommend these books.
33+
* [*The Scala 3 Book*][scala book]
34+
* [*Creative Scala: Form and Function*][creative]
35+
* [*Functional Programming in Scala*][fpis], aka "The Red Book"
36+
37+
[scala book]: https://docs.scala-lang.org/scala3/book/introduction.html
38+
[creative]: https://www.creativescala.org/creative-scala/
39+
[fpis]: https://www.manning.com/books/functional-programming-in-scala-second-edition

0 commit comments

Comments
 (0)