views:

477

answers:

3

Are there some links to great resources for F# for:

  1. Beginners use.
  2. Examples in applying it to business and enterprise applications.

What I meant by great is similar to the videos presented in the Learn section of ASP.NET and WindowsClient.net.

Thanks.

+6  A: 

For a beginner, the best place to start is by watching this video by Luca Bolognese, the F# program manager. Then, start watching these series of videos and tutorials

ichiban
+1  A: 

I would recommend reading the book "Functional Programming for the Real World" by Tomas Petricek with Jon Skeet. It will guide you from the basics to practical real world problems and their solutions in F#.

http://www.manning.com/petricek/

Michiel Borkent
A: 

In my opinion F Sharp Programming on Wikibooks is the best resource to start with. It is brief, tutorial-like overview. For more in-depth reading about certain facettes I would suggest Expert F# by Don Syme himself.

ymihere