Another solution to the Tennis Kata, to score a tennis game.
10 people like thisPosted: 13 years ago by Don Syme
Variations on some of the LINQ extension members which do not require a type annotation on the lambda argument when used from F#
12 people like thisPosted: 11 years ago by Don Syme
Async.Parallel2 and Async.Parallel3, for running three Async's in parallel as thread pool tasks. Alternative versions given which use Async.Parallel under the hood.
17 people like thisPosted: 12 years ago by Don Syme