system.reactive - Equivalent to LINQ to Events in Scala -
Is it possible to do something similar to Scala? Is it like the new Traversal feature in Scala 2.8?
To create a parallelism, this is what IObservable is IEnumerable (such as .net) (in Scala) Iterable is traversable, though it is just an interface. Comprehensive RX (Events from LINQ) project looks like functional reactivating programming (FRP) in the NAT. For Scala, the Ingo Meyer is doing some work on this under the name Scalphx.
Comments
Post a Comment