Problem I made a simple insertion sort in F#, it uses a tail recursive shift function that attempts to shift […]

Problem Yet another exercise in converting values between the decimal and roman number systems. I have tried the functional way. […]

Problem I sped through the 5hr F# pluralsight course this week-end and thought I’d sement my learning by going through […]

Problem This is my first complete program written in F# (I was from C# and occasionally do interop) and I […]