Quantcast
Viewing all articles
Browse latest Browse all 5

Answer by wingman for How does differential execution work?

I find this concept very similar to the state machines of classic digital electronics. Specially the ones which remember their previous output.

A machine whose next output depends on current input and previous output according to (YOUR CODE HERE). This current input is nothing but previous output + (USER, INTERACT HERE).

Fill up a surface with such machines, and it will be user interactive and at the same time represent a layer of changeable data. But at this stage it will still be dumb, just reflecting user interaction to underlying data.

Next, interconnect the machines on your surface, let them share notes, according to (YOUR CODE HERE), and now we make it intelligent. It will become an interactive computing system.

So you just have to provide your logic at two places in the above model; the rest is taken care of by the machine design itself. That's what good about it.


Viewing all articles
Browse latest Browse all 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>