Here's a link to a nice F#-Rx sample showing how to get a very nice syntax for Reactive Extensions by using F# LINQ computation expressions. (If you know Rx users who haven't yet discovered F#, this might get them interested!) open System open System.Linq open System.Reactive.Linq type rxBuilder() = member this.Bind ((xs:'a … Continue reading Nice F# Syntax for Rx (Reactive Extensions)