which basically allows to express interdependencies between data (a.k.a. formulas) in a way that updates sink variables when source variables are changed.
At the moment, I think not even Rx extensions for .NET (which I consider to be the most advanced reactive implementation in a mainstream language) do support this style of computation.
which basically allows to express interdependencies between data (a.k.a. formulas) in a way that updates sink variables when source variables are changed.
At the moment, I think not even Rx extensions for .NET (which I consider to be the most advanced reactive implementation in a mainstream language) do support this style of computation.