When reading the excellent F# book “Expert F#” I came across an a great example of a core principle in functional programming. Consider this function in F#: let two = Console.WriteLine(“Getting two”) 1+1 let four = two + two The two function has a side effect, it writes “Getting two” to the console. Functional programming [...]
Archive for the ‘F#’ Category
F# is kinda lazy – and that’s a good thing
Posted in C#, F# on May 22, 2009 | Leave a Comment »
WordPress here I come!
Posted in F#, Personal on May 12, 2009 | 1 Comment »
So I have permanently moved all my activities to WordPress. I am going to try and update more often, and put more of my projects up here Tuxbear.com is now hosted by WordPress and I like it very much. My last homepage was home grown ASP.NET and it was FULL of bugs. I am putting [...]