tags:

views:

521

answers:

5

I already know of Expert F#, does anyone know of any other books related to F#?

Thanks in advance.

+3  A: 

Foundations of F# by Pickering and F# for Scientists by...someone.

Paul Betts
F# for Scientists by me.
Jon Harrop
+3  A: 

AFAIK there are only 3 books on F# currently available:

  • Foundations of F#
  • Expert F#
  • F# for Scientists
aku
+3  A: 

See also

http://research.microsoft.com/fsharp/books.aspx

Not yet out:

http://blogs.msdn.com/chrsmith/archive/2008/10/19/due-out-next-year-programming-f-by-chris-smith.aspx

http://www.pandamonial.com/2008/06/f-book-rumors.html

http://www.functional-programming.net/

Brian
Hi, Real-world Functional Programming in .NET is actually partly out. Thanks to the Manning early preview you can already get first +/-11 chapters from 18, which isn't bad :-).
Tomas Petricek
+1  A: 

There are two very nice books on F# in the pipeline. Both are not published on paper yet but you already can purchase the pre release online versions.

  1. Programming F# by Chris Smith http://oreilly.com/catalog/9780596801359/

  2. Functional Programming for the Real World by Tomas Petricek http://www.manning.com/petricek/

Moonlight
A: 

All,

I'd recommend the free ebook The F# Survival Guide at http://www.ctocorner.com/fsharp/book

J

John