Programming F#

Programming F#
Authors
Chris Smith
ISBN
0596153643
Published
15 Oct 2009
Purchase online
amazon.com

With this in-depth tutorial, F# team member Chris Smith introduces you to Microsoft's new multi-paradigm programming language. You'll not only learn how to use F# as a general-purpose language similar to C# and Visual Basic, but as a functional programming language for developing concurrent and math-intensive applications on the .NET platform.

Editorial Reviews

With this in-depth tutorial, F# team member Chris Smith introduces you to Microsoft's new multi-paradigm programming language. You'll not only learn how to use F# as a general-purpose language similar to C# and Visual Basic, but as a functional programming language for developing concurrent and math-intensive applications on the .NET platform.

Programming F# gives you a head start on the fundamentals and advanced concepts of the official F# language version that will ship with Visual Studio 2010. This book will help you:

  • Get a clear understanding of functional programming, and how you can use it to write better code
  • Learn language-oriented programming with F#, a style that lets you write code tailored to the domain of your application
  • Use advanced F# concepts, such as having an existing .NET routine execute in parallel without having to write plumbing code to manage the threads
  • Implement design patterns in F# for both object-oriented and functional programming

Chris Smith tests every element of F# for the Microsoft development team, giving him a unique command of the language. With Programming F#, you'll benefit from his expertise right away.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” - Edsger Dijkstra