"What is reactive programming? Let me make a short disclaimer first, this is not yet-another-FRP framework relying on event streams. The reactive model we use is known as object-oriented reactive programming (using a 'push' model), which is both simple to understand and close to spreadsheet's model (i.e. Excel formulas). That model has often been praised for its simplicity and efficiency. You can now use it directly in Red."
Taken from here: http://www.red-lang.org/2016/06/061-reactive-programming.html
Taken from here: http://www.red-lang.org/2016/06/061-reactive-programming.html