Some F# Features that I would like to see in C# any help?
Posted
by WeNeedAnswers
on Stack Overflow
See other posts from Stack Overflow
or by WeNeedAnswers
Published on 2010-03-17T00:58:56Z
Indexed on
2010/03/17
1:01 UTC
Read the original article
Hit count: 396
After messing about with F# there are some really nice features that I think I am going to miss when I HAVE to go back to c#, any clues on how I can ween myself off the following, or better still duplicate their functionality:
- Pattern Matching (esp. with Discriminating Unions)
- Discriminating Unions
- Recursive Functions (Heads and Tails on Lists)
And last but not least the Erlang inspired Message Processing.
© Stack Overflow or respective owner