Jun 26

F# 1.1.13 now available!

I?m pleased to announce that F# 1.1.13 is now available! You can download this release from http://research.microsoft.com/fsharp/release.aspx .

Jun 26

F# First Class Events: Simplicity and Compositionality in Imperative Reactive Programming

The text of this post is also available as an article, which I’ll modify with latest material on this topic as time goes on.

As of version 1.1.10, F# now supports first-class, composable events.

Jun 26

F# meets LINQ, and great things happen (Part I)

n case you haven’t heard, LINQ (Language Integrated Queries) is Microsoft’s project codename for adding a range of features to C# and Visual Basic to allow programmers to write “language-integrated query, set, and transform operations”.