|
|
|
|
|
by grumpyprole
1518 days ago
|
|
The .NET RX Observable streams where designed by Erik Meijer the author of this paper. The GOF book came up with the "Observer" pattern, but failed to spot and exploit the duality with iterators. RX and LINQ both take ideas from functional programming. |
|
That's an interesting insight - thanks