Functional Reactive Programming (FRP)

4 thoughts
last posted Dec. 22, 2013, 1:10 a.m.

1 earlier thought

0

One can imagine the output of an application as a function of its initial state plus a stream of events to produce an output. As new events occur, the function can be re-run to update the application output.

2 later thoughts