Talk:Reactive programming
Appearance
![]() | Computing Unassessed | |||||||||
|
![]() | Computer science Start‑class | ||||||||||||||||
|
Spreadsheet?
Is a spreadsheet considered a reactive programming environment?[1] --Damian Yerrick (talk | stalk) 15:39, 28 September 2007 (UTC)
Hardware Description Languages?
When I read this paragraph:
"For example, in an imperative programming setting, a: = b + c would mean that a is being assigned the result of b + c in the instant the expression is evaluated. In reactive programming it could instead mean that we set up a dynamic data-flow from b and c to a. whenever the value of c or b is changed, then a is automatically updated."
I immediatly thought, "Verilog?"