Functional Reactive Programming
01/03/2022 12:59
Parent: [[]] Tags: #programming
Functional Reactive Programming:
-
Imperative programming: Focusing on how the program is approached; instructional.
-
Reactive programming: Programming as the response to the event streams
-
Functional prgramming: Model everything as a result of functions and focusing on what the program does more than how it does that
-
FRP is combining both where in response to some event we program specific functions to respond to.