Functional reactive programming

From PKC
(Redirected from FRP)
Jump to navigation Jump to search

Functional reactive programming is a programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks of functional programming (e.g. map, reduce, filter). FRP has been used for programming graphical user interfaces (GUIs), robotics, games, and music, aiming to simplify these problems by explicitly modeling time.


References


Related Pages