Archive for February, 2008
Thursday, February 28th, 2008
So I begin this long journey by tackling the first problem. It doesn't seem hard you just need to return the tail of list. It seems like you can just use List.tl? The problem is you can't. List.tl returns 'a list but you need 'a . So another way is ...
Posted in 99 problems, F# | 2 Comments »
Wednesday, February 27th, 2008
When I was talking my functional programming class back at my university, I absolutely hated programming in OCaml. Not that I have graduated and started coding on my own, I kind of miss it. Since it's always fun to learn a new language, I decided to learn F#. I will ...
Posted in 99 problems, F# | 5 Comments »