Skip to content

Details

Let's get together and do some F# Koans (https://github.com/ChrisMarinos/FSharpKoans/tree/fsharp/FSharpKoans).

"Inspired by EdgeCase's fantastic Ruby koans (http://github.com/edgecase/ruby_koans), the goal of the F# koans is to teach you F# through testing.

When you first run the koans, you'll be presented with a runtime error and a stack trace indicating where the error occured. Your goal is to make the error go away. As you fix each error, you should learn something about the F# language and functional programming in general.

Your journey towards F# enlightenment starts in the AboutAsserts.fs file. These koans will be very simple, so don't overthink them! As you progress through more koans, more and more F# syntax will be introduced which will allow you to solve more complicated problems and use more advanced techniques."

This is definitely a beginner friendly exercise and everybody is welcome to come out!

Related topics

You may also like