Intro to F#: First-class functions in F#, part 0

added by traskjd
2/23/2011 6:40:22 PM

135 Views

Have you started looking at F# yet now that it ships with Visual Studio 2010? This post takes a look at the fundamental differences between functions in F# and how delegates work in C#/VB. By the end of this post you'll see why functions are first class in F# and are not in C#/VB and be on your way to better understanding F#.


0 comments