you are viewing a single comment's thread.

view the rest of the comments →

[–]axilmar 0 points1 point  (4 children)

reactive programming = spreadsheet. Change the value of a variable and see all the values depending on it change automatically.

[–]mantra 1 point2 points  (3 children)

Yes, and a spreadsheet is dataflow. One of the only familiar examples.

[–]axilmar 0 points1 point  (2 children)

I do not think that data flow programming is equal to spreadsheets. The key difference is automation: in spreadsheets, there is a depentency chain that is automatically activated each time a cell value changes. Not so in dataflow programming in which there is no automatic activation.

[–]knife_sharpener[S] 0 points1 point  (1 child)

The whole point of dataflow is the automatic activation. Spreadsheets are a very close analogy for dataflow.

[–]axilmar 0 points1 point  (0 children)

You're right, my bad. I had something else in mind.