What’s a good book for learning F#? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T23:24:15Z http://stackoverflow.com/feeds/question/62302 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f 6 What’s a good book for learning F#? Brownie 2008-09-15T12:20:42Z 2009-08-23T04:46:54Z <p>I am looking at taking F# for a test drive. What is a really good book to get started for a C# developer?</p> http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f/62308#62308 0 Answer by Mladen Jankovic for What’s a good book for learning F#? Mladen Jankovic 2008-09-15T12:22:35Z 2008-09-15T12:22:35Z <p>Expert F# from Apress</p> http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f/62326#62326 1 Answer by Jaroslav Klíma for What’s a good book for learning F#? Jaroslav Klíma 2008-09-15T12:26:23Z 2008-09-15T12:26:23Z <p>My friend is one of the developers behind F# and he is currently writing a book about it. Follow this link for more information and first chapters. <a href="http://tomasp.net/blog/functional-programming-book.aspx" rel="nofollow">http://tomasp.net</a></p> http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f/62339#62339 2 Answer by Roger Ween for What’s a good book for learning F#? Roger Ween 2008-09-15T12:28:49Z 2008-09-15T12:28:49Z <p><a href="http://strangelights.com/fsharp/Wiki/default.aspx" rel="nofollow">Take a look here for books and additional information.</a></p> http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f/62341#62341 0 Answer by ila for What’s a good book for learning F#? ila 2008-09-15T12:29:03Z 2008-09-15T12:29:03Z <p>i know also <a href="http://cs.hubfs.net/blogs/roberts_strange_f_blog/archive/2007/06/05/3201.aspx" rel="nofollow">"Foundations of F#" by Robert Pickering</a>, again from Apress</p> http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f/62383#62383 0 Answer by twistedmind for What’s a good book for learning F#? twistedmind 2008-09-15T12:35:34Z 2008-09-15T12:35:34Z <p>F# is a (purely) functional language as far as I know. Any book on Haskell is most likely a very good way to start: the language is older and are of many universy courses. In fact Haskell is/was developed in part by people of Microsoft Research labs. So there are quite a lot of good books and tutorials on that language to start learning functional programming. My university teacher started to work for Microsoft see: <a href="http://channel9.msdn.com/shows/Going+Deep/Erik-Meijer-Functional-Programming/" rel="nofollow">http://channel9.msdn.com/shows/Going+Deep/Erik-Meijer-Functional-Programming/</a></p> <p>General search on functional programming courses: [Google functional programming course][1]</p> <p>[1]: <a href="http://www.google.nl/search?hl=nl&amp;client=firefox-a&amp;rls=org.mozilla%3Anl%3Aofficial&amp;hs=Nds&amp;q=functional+programming+course&amp;btnG=Zoeken&amp;meta=" rel="nofollow">http://www.google.nl/search?hl=nl&amp;client=firefox-a&amp;rls=org.mozilla%3Anl%3Aofficial&amp;hs=Nds&amp;q=functional+programming+course&amp;btnG=Zoeken&amp;meta=</a> Google</p> http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f/69027#69027 7 Answer by Chris Smith for What’s a good book for learning F#? Chris Smith 2008-09-16T02:52:34Z 2009-08-23T04:46:54Z <p>As of 8/09 there are five books available (or to become available) for F#:</p> <ul> <li>Programming F# by <a href="http://oreilly.com/catalog/9780596801359/" rel="nofollow">Chris Smith (me)</a> (Oct, 2009)</li> <li>Real World Functional Programming by <a href="http://www.functional-programming.net/" rel="nofollow">Tomas Petricek and Jon Skeet</a> (Oct, 2009)</li> <li>F# for Scientists by <a href="http://www.ffconsultancy.com/products/fsharp%5Ffor%5Fscientists/index.html" rel="nofollow">Jon Harrop</a> (Aug, 2008)</li> <li>Expert F# by <a href="http://www.apress.com/book/view/1590598504" rel="nofollow">Don Syme , Adam Granicz , Antonio Cisternino</a> (Dec, 2007)</li> <li>Foundations of F# by <a href="http://www.apress.com/book/view/1590597575" rel="nofollow">Robert Pickering</a> (May, 2007)</li> </ul> http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f/88370#88370 0 Answer by MichaelGG for What’s a good book for learning F#? MichaelGG 2008-09-17T22:32:28Z 2008-09-17T22:32:28Z <p>F#'s not a purely functional language, but you can benefit a lot from learning the ideas. I found this book on Haskell to introduce a lot of concepts: <a href="http://book.realworldhaskell.org/" rel="nofollow">http://book.realworldhaskell.org/</a> - it's not a replacement for the other books mentioned, but may be of some help.</p> http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f/106393#106393 1 Answer by unknown (yahoo) for What’s a good book for learning F#? unknown (yahoo) 2008-09-19T23:31:03Z 2008-09-19T23:31:03Z <p>I actually learned F# initially by way of <em>Developing Applications With Objective Caml</em>, which is available for free[1] online. It's not 100% applicable, of course, but since you're just starting out the core language elements certainly are very compatible. I would suggest using fsi and the ocaml interpreter side-by-side, it will help you learn the differences quickly.</p> <ol> <li><a href="http://caml.inria.fr/pub/docs/oreilly-book/html/index.html" rel="nofollow">http://caml.inria.fr/pub/docs/oreilly-book/html/index.html</a></li> </ol> http://stackoverflow.com/questions/62302/whats-a-good-book-for-learning-f/527062#527062 1 Answer by grahamsw for What’s a good book for learning F#? grahamsw 2009-02-09T03:29:02Z 2009-02-09T03:29:02Z <p>It may be that it was the first thing I read, but I found "Foundations" the most confusing. </p> <p>"Expert" goes incredibly deep, but the first few chapters will give you enough of the language to be really productive. </p> <p>It's a learning curve, but stick inn there - it's a beautiful language. </p> <p>"Scientists" is great, but very selective and wonderfully rich - there's a ton of information in a relatively short book. Also finding "The Little MLer" very useful as a sort of introduction to type calculus.</p> <p>Looking forward to F# in a nutshell. </p>