Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Great resources in F# for beginners use and examples for business [closed]

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.

like image 872
yoitsfrancis Avatar asked Jun 15 '09 21:06

yoitsfrancis


2 Answers

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

like image 192
ichiban Avatar answered Oct 15 '22 11:10

ichiban


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/

like image 2
Michiel Borkent Avatar answered Oct 15 '22 10:10

Michiel Borkent