How do I go about getting into F# programming?
What are some good starter samples to learn the language, or learn about some of its advantages over other languages?
What tools do I need (e.g. Windows, Visual Studio, ...)?
|
How do I go about getting into F# programming? What are some good starter samples to learn the language, or learn about some of its advantages over other languages? What tools do I need (e.g. Windows, Visual Studio, ...)? |
||||
|
|
|
Official entry point is here: Microsoft F# Developer Center For a quick taste, consider trying F# in your browser (Silverlight). (contains interactive tutorial walkthroughs) Start by watching videos and presentations (BTW, An Introduction to Microsoft F# by Luca Bolognese is still one of the best presentations on the subject). Then read the following two must-read books:
and in addition to that... Quick Links
CommunityQ&A
Blogging/publishing
Meetup Groups
VideosOther Books
Tools neededVisual Studio:
MonoDevelop: |
|||||||||||||||||||||
|
|
Brian already put together a great list, but I humbly submit my own small contribution to the rich ecosystem of F# learning material, the F# Koans- a simple, fun, and interactive way to learn the F# language through testing. |
|||||||
|