Difference between revisions of "NET Reactive Framework"

From JVMLangSummit
Jump to navigationJump to search
(.NET Reactive)
Line 7: Line 7:
  
 
=== Abstract ===
 
=== Abstract ===
 +
 +
The .NET Reactive Framework — Erik Meijer
 +
 +
The .NET Reactive Framework (Rx) is an abstraction of the well-known Subject/Observer pattern derived as the mathematical dual of the iterator pattern.
 +
 +
We show how Rx can be used to program against event streams and asynchronous computations using LINQ syntax as well as using good old imperative code.
  
 
= Background =
 
= Background =

Revision as of 09:18, 17 September 2009

.NET Reactive Framework

Erik Meijer, Microsoft

Project
Blog
Slides
File:File.pdf

Abstract

The .NET Reactive Framework — Erik Meijer

The .NET Reactive Framework (Rx) is an abstraction of the well-known Subject/Observer pattern derived as the mathematical dual of the iterator pattern.

We show how Rx can be used to program against event streams and asynchronous computations using LINQ syntax as well as using good old imperative code.

Background

Current Status

Future

Key Issues for Discussion

(please expand cooperatively)