This lazy Sunday afternoon I decided to spend an hour two working my way through the F# Koans project on Github.
As my functional knowledge is zero to none I found this exercise quite interesting – Pattern matching and Pipelining in particular.
I ran the Koans in VS2010 which comes shipped with F# and in order to get the project to compile I needed to remove and re-add the assembly Fsharp.Compiler.CodeDom so that it was referencing the 2.0.0.0 version. I have created an issue on Github to alert the author of this.
[…] afternoon I decided to go through the F# Koans project which our very own Chris has blogged about here. They were pretty straightforward and do help take you through all of the key concepts albeit in a […]
LikeLike