Hunting the Elusive ‘tail’ Opcode in F#

Thursday, June 18th, 2009 Posted in Programming | 1 Comment »

Awhile back I wrote a post about tail-call optimizations that the F# compiler used to eliminate stack overflows. Brian McNamera commented about another optimization that I didn’t illustrate – the ... Read more..

Visual Studio Add-ins

Monday, May 5th, 2008 Posted in Programming | No Comments »

While Visual Studio 2008 is a fantastic development environment in its own light, it's also possible to install add-ins that further enhance its capabilities. I've been using a number ... Read more..