views:

2284

answers:

12

Any recommendations?

+3  A: 

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.

Brian Genisio
+2  A: 

Check out Matthew Podwysocki's blog over on CodeBetter.

Macka
+2  A: 

Jon Harrop's site is also a good resource

Conrad
+8  A: 

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:

namin
I found Expert F# to be completely inaccessible to F# newbies :) Supplementing the book with Foundations of F# really helps.
Juliet
Weird, I found the opposite. Expert F# was the first F# resource I really looked at that made me understand anything.
MrKurt
Brian McNamara's blog is my favourite. It's a bit misleading to call it "philisophical", I'd say rather that it often addresses the context in which technical issues arise.
Javaman59
+9  A: 

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.

Tomas Petricek
+5  A: 

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#".

mspan
+4  A: 

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.

Juliet
Ahhh.. now we know who's behind it! Very nice work. I highly recommend it to F# newbies.
Javaman59
A: 

We publish lots of free F# content on our F# News blog and sell lots of commercial content as well (books, on-line magazines, libraries etc.).

Jon Harrop
+7  A: 

I maintain a list in my blog F# and Data Mining.

You can see the list at the right side of the blog page.

The Planet FSharp also has links to a lot of blogs.

Yin Zhu
PlanetFSharp is a great link , thanks
netmatrix01
+4  A: 

There are a few blogs by the F# team members:

Other blogs from the community:

EDIT: I see you already follow some of them, but I'll keep the links here for other visitors.

Tomas Petricek
A: 

I would recommend also this two blogs:

Stringer Bell
+2  A: 

The F# Survival Guide (Complete book online)

http://www.ctocorner.com/fsharp/book/default.aspx

Robert Harvey