Why learn F#? With this guide, you’ll learn how this multi-paradigm language not only offers you an enormous productivity boost through functional programming, but also lets you develop applications using your existing object-oriented and imperative programming skills. You’ll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET platform. Reap the benefits of functional programming for your next project, whether you’re writing concurrent code, or building data- or math-intensive applications. With this comprehensive book, former F# team member Chris Smith gives you a head start on the fundamentals and walks you through advanced concepts of the F# language.
Basically a cheat-sheet. Best for beginners coming with some FP background, the book mostly covers the language sintaxes and features, with a gap on FP mindset.
A good introduction to the F# language. This book covers a lot about F# and how it can integrate with the rest of .NET. It has nice simple examples to illustrate each topic. It taught me the language constructs, but I still have a long way to go to really understand how to think functionally.