Thursday, November 15, 2007

Apress.Foundations.of.F.Sharp




This book teaches F#, by example, as a compiled language rather than a scripting language. This means most examples are designed to be compiled with the fsc.exe compiler, either in Visual Studio or on a command line, rather than executed interactively with fsi.exe, the F# interactive environment. In reality, most examples will run fine either way.


Download