We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
In F# let isVowel (c:char) = match c.ToString().ToLow...
Nov 23 '19
And it turns out that you don't even need to explicitly con...
In F#. Not the most straightforward way to solve this, but...
In F#: let add x y = x + y let add10 = add 10 // add10 i...
Nov 22 '19
Wow. Very good. I was nowhere near getting this. I need ...
Nov 21 '19
Thank you Michael. I have been following your F# posts in ...
Thank you
My first attempt at F# type Student(name,fives,tens,twent...
Nov 20 '19
Recent comments
Daily Challenge #3 - Vowel Counter
In F# let isVowel (c:char) = match c.ToString().ToLow...
Daily Challenge #1 - String Peeler
And it turns out that you don't even need to explicitly con...
Daily Challenge #1 - String Peeler
In F#. Not the most straightforward way to solve this, but...
Daily Challenge #123 - Curry me Softly
In F#: let add x y = x + y let add10 = add 10 // add10 i...
Daily Challenge #121 - Who has the most money?
Wow. Very good. I was nowhere near getting this. I need ...
Daily Challenge #121 - Who has the most money?
Thank you Michael. I have been following your F# posts in ...
Daily Challenge #121 - Who has the most money?
Thank you
Daily Challenge #121 - Who has the most money?
My first attempt at F# type Student(name,fives,tens,twent...