Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
Functional programming is perhaps the next big wave in application development. As experienced developers know, functional programming makes its mark by allowing application builders to develop solutions to complicated programming situations cleanly and efficiently. A rich history of functional languages, including Erlang and OCaml, leads the way to F#, Microsoft's effort to bring the elegance and focus of functional programming into the world of managed code and .NET.
With Beginning F#, you have a companion that that will help you explore F# and functional programming in a .NET environment. This book is both a comprehensive introduction to all aspects of the language and an incisive guide to using F# for real-world professional development.
Reviewed by Don Syme, the chief architect of F# at Microsoft Research, Beginning F# is a great foundation for exploring functional programming and its role in the future of application development.
What youβll learn
- A deep familiarity with the tenets and advantages of functional programming.
- How to understand F#'s concise and elegant syntax.
- How to access the huge range of libraries and components that run on the .NET Framework.
- How to develop for real-world scenarios using functional programming and F#.
- How to develop realistic applications through a comprehensive tutorial-based approach.
- How to learn imperative and concurrent programming techniques within the functional programming paradigm.
F# is the future of programming (not just on .NET), and the future is now. If you are already familiar with functional programming, you'll find Beginning F# a great introduction to the language itself. If you are new to the function programming arena, this book will also serve as a superb reference to FP in general and F# specifically.
Table of Contents
- Introduction
- How to Obtain, Install , and Use F#
- Functional Programming
- Imperative Programming
- Object-Oriented Programming
- Organizing, Annotating, and Quoting Code
- The F# Libraries
- User Interfaces
- Data Access
- Parallel Programming
- Distributed Applications
- Language-Oriented Programming
- Parsing Text
- Compatibility and Advanced Interoperation
Synopsis
Microsoft is promoting F# to full language status and including it in the standard Visual Studio products and sets of downloads from .NET 4.0 onwards as functional programming becomes a progressively more important part of their strategy. We aim, in conjunction with Don Syme’s expert guide, to have the most comprehensive and complete set of F# books available and Beginning F# is a cornerstone book for those looking for such a tutorial. Beginning F# is a unique offering because of the author’s strong connections with F# team and the fact that Pickering’s experience of real world functional programming at LexiFi is far greater than his competing authors.