F# for C#/Haskell programmer
Posted
by Maciej Piechotka
on Stack Overflow
See other posts from Stack Overflow
or by Maciej Piechotka
Published on 2010-05-03T01:54:08Z
Indexed on
2010/05/03
1:58 UTC
Read the original article
Hit count: 365
What is recommended tutorial of F# for Haskell programmer? F# seems to borrow a lot from Haskell but there are little traps which makes hard to write.
Generally I need walkthrough the F# which would not explain what is the difference between mutable data and immutable (Haskell is much more strict in this area) etc.
I know C# a little so I know more or less what .Net is about as well.
© Stack Overflow or respective owner