Thursday, May 28, 2009

June Meeting – F#

It’s the first functional language to be included out of the box in Visual Studio. So what’s it all about? What can it do? and why should you care?

This month Mark Needham (@markhneedham) will give a run through of F# based on what he’s learnt through using it. Spread the word and we’ll see you on June 30th @ 6pm.


Edit: I originally wrote "dynamic" instead of "functional" when describing F#. Oops - my bad. I think I've been playing with too many new languages lately :-)

1 comment:

  1. F# is not a dynamic language - it is heavily using type inference, but it is still a static typed language.

    ReplyDelete