Some F# Features that I would like to see in C# any help?
- by WeNeedAnswers
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.