VDUNY Meeting: Introduction to Functional Programming with F#

Date
24-25 Aug 2010 (Add to calendar) GMT
Venue
New Horizons Computer Learning , 50 Methodist Hill Drive, US
Cost
Free

F# is succinct, expressive and well-suited to parallel, algorithmic, and data-oriented programming. Functional programming has been around for decades, but its uses have mainly been limited to academic environments. F# aims to change that by combining the functional programming paradigm with imperative and OOP styles, as well as giving developers access to the vast functionality present in the .NET BCL. This presentation is a gentle introduction to the functional aspects of F#, and is primarily intended for VB.NET and C# developers. F# is a first-class language in Visual Studio 2010, and is therefore readily available to .NET programmers who want to explore functional programming in a familiar environment. We will look at several fundamental FP concepts in F# such as:

Binding and scope Immutability Recursion Function application (including curried functions) Pattern matching List comprehensions Type inference ...and more

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“To iterate is human, to recurse divine” - L. Peter Deutsch