In this book, the world's foremost experts in F# show you how to program in F# the way they do. Written by F#'s inventor and two major contributors to its development, Expert F# is the authoritative, comprehensive, and in-depth guide to the language and its use. Designed to help others become experts, the first part of the book quickly yet carefully describes the F# language. The second part then carefully shows how to elegantly use F# for a wide variety of practical programming tasks. This comprehensive reference of F# concepts, syntax, and features offers a treasury of expert techniques.
A nice book on the language. Though it does start out introductory, reviewing the major features of the language and supported programming paradigms (functional, oo/imperative, "language oriented"), it quickly ramps up into some extended interesting examples in various domains, and the "Expert" in the title is appropriate.
With multi-core processors, functional programming is quite beneficial. F# uses the .NET libraries for functional programming. I hope to continue my pursuit of this.