vote up 14 vote down star
11

Any recommendations?

flag

75% accept rate

7 Answers

vote up 6 vote down check

Expert F# is such a great book that it's really all you need to get deep into F#.

Otherwise, I suggest you check out the F# team blogs:

link|flag
2  
I found Expert F# to be completely inaccessible to F# newbies :) Supplementing the book with Foundations of F# really helps. – Juliet Dec 5 '08 at 3:17
Weird, I found the opposite. Expert F# was the first F# resource I really looked at that made me understand anything. – MrKurt Dec 5 '08 at 3:18
vote up 2 vote down

I really like reading Dustin Campbell's blog: http://diditwith.net/ He goes through a lot of examples for solving problems using F#. He is an elegant blogger, and the code he produces is really easy to follow.

link|flag
vote up 2 vote down

Check out Matthew Podwysocki's blog over on CodeBetter.

link|flag
vote up 2 vote down

Jon Harrop's site is also a good resource

link|flag
vote up 6 vote down

Hi, I apologize for a shameless plug, but hopefully you'll find some of the links useful!

  • I wrote an F# overview, which is a brief F# quick-start document.
  • There are some other F# related posts in my blog.

  • .. and I'm writing a book called Real-world Functional Programming in .NET - the book is primarilly targeted at .NET audience, so if you have prior C# experience and no functional programming knowledge, it may be a good choice for you. The first chapter and overview article is available for free.

T.

link|flag
vote up 3 vote down

Luca Bolognese presented an amazing overview of F# at Microsoft's PDC 2008 conference. You can watch the video here . The Title of the session is "TL11 An Introduction to F#".

link|flag
vote up 3 vote down

I've been writing F Sharp Programming on Wikibooks. Its slowly coming along and I haven't yet written the articles on advanced topics, but its newbie friendly and should get you started quickly.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.