What is your favorite F# Learning resource?

What are your favorite tutorials, blogs, and books on F#? So far I’m really enjoying: https://fsharpforfunandprofit.com/. Also like Try F# http://www.tryfsharp.org/Learn even though it works only in IE. Maybe this should be put in un-categorized?

My favorite learning resource is bugging on the slack channels which are crowded with knowledgeble people who deal with F# production code, and tackling some contributions to F# libraries which allow others to submit reviews on my code.

Stepping through the code of open source projects is a good way to learn and will provide some inspiration when starting your own projects as to how to organize your code / types / modules.

4 Likes

F# |>
Domain Modeling Made Functional - Scott Wlaschin

Functional Design Pattern - Scott Wlaschin

2 Likes

Exercism.io post must be at least 20 characters. Stupid.

1 Like

Here’s another one I just learned about: https://www.tutorialspoint.com/fsharp/index.htm

I’ve been using Exercism.io and it’s great.