whatwg / streams

Streams Standard
https://streams.spec.whatwg.org/
Other
1.35k stars 160 forks source link

FAQs that need answers #126

Closed domenic closed 9 years ago

domenic commented 10 years ago
Raynos commented 10 years ago

The last question is interesting. Basically how do we compare similar async primitives

Note the term "observable" is ambigious, I personally interpret it as (FRP signal). (observ, observable, signaal, BaconJS.Property are all implementations of FRP signal)

Note that RX.js and reducers implementation of "observable" is different since they are things that know about error and end semantics and are thus closed to an async iterator or stream.

Given that whatwg/streams, gozala/reducers, rxJS/observable, async iterator are all things that have one of more values followed by end or error it sounds like a good idea to explicitly compare those.