gtor icon indicating copy to clipboard operation
gtor copied to clipboard

A General Theory of Reactivity

Results 13 gtor issues
Sort by recently updated
recently updated
newest added

The section on async generators seems confused about what Jafar's slides propose. It proposes Rx-style observables (your signals, I believe); it does not propose anything like the async iterators in...

question

When I try to open `https://vimeo.com/144478375` Vimeo says: `Sorry, we couldn’t find that page`

I jumped in to fix the problem i stated in https://github.com/montagejs/collections/issues/132, but even with `[email protected]` the tests fail: ``` $ npm test > [email protected] test /Users/user/gtor > jasminum test /Users/user/gtor/test/behavior-test.js...

Hi @kriskowal, every entity you define has a single term for the thing and two terms for its input and output sockets. A _deferred_ has a _promise_ and _resolver_, a...

https://docs.google.com/file/d/0B4PVbLpUIdzoMDR5dWstRllXblU ![](http://i.gyazo.com/929ef1b785a086ed48a8419ceaba700a.png)

I would be very interested to see where CSP channels (ala go, clojure's core.async), which have been ported to JS (like [here](https://github.com/ubolonton/js-csp), [here](https://github.com/jlongster/js-csp), and even [here](https://github.com/getify/asynquence/blob/master/contrib/README.md#go-style-csp-api-emulation)), fit into this unified...

I am overdue to talk about the three different approaches to pressure relief with time-series observables and when to use them: gauges, accumulate+flush counters (counters in statsd parlance), and monotonic...

http://stackoverflow.com/a/28860929/1348195

Let's say I wanted to create a readable file stream that only did I/O in response to being asked. I.e., it would be "lazy": ``` js var stream = new...

What do you think about modelling the primitives involved using something like http://www.jointjs.com/api ? I envision reactive modelling systems that can present the primitives to allow users to build valid...