You never know when you might need this.
7 people like thisPosted: 13 years ago by Dmitri Pavlenkov
Tennis scoring system (at the game level). Includes some pattern-matching examples including 'when' guards.
4 people like thisPosted: 13 years ago by Kit Eason
Factorial recursive function using match ... with pattern.
0 people like thisPosted: 10 years ago by gg00xiv
Extension methods which greatly simplify using Option<'t> from C# code.
5 people like thisPosted: 8 years ago by Paulmichael Blasucci
Three ways to split a list in half (but not necessarily in the middle). A forth version added that's very short and should be fast, as we only use List.fold. New champ found.
83 people like thisPosted: 13 years ago by Dmitri Pavlenkov
Factorial recursive function using match with pattern.
0 people like thisPosted: 10 years ago by gg00xiv
Select right russian word for number of days
0 people like thisPosted: 9 years ago by runiner