Looking at F#
In my “copious spare time” over the past couple of weeks, I’ve been using the new F# language out of Microsoft Research. It looks great. The F# language has a rock-solid heritage, from the ML family of functional programming languages. So, you get higher-order functions, strong typing with type inference, parametric polymorphism, closures, datatypes, and …