I thought it would be cool to learn another language, for a brain exercise, something different from C#, yet actually usable. So here comes the F#.
Trying to learn the syntax as I go along, and translating some C# code into F#. It may not be really idiomatic to F#, but its a start.
This is a translation of reverse polish notation calculator.