Difference between revisions of "Functional Reactive Programming"

From HaskellWiki
Jump to navigation Jump to search
m (making Functional Reactive Programming written with capital letters)
(added "and compositional events" to the brief decription, and DataDriven to impls)
Line 1: Line 1:
Functional Reactive Programming integrates time flow into functional programming. This provides an elegant way to express computation in domains such as interactive animations, robotics, computer vision, user interfaces, and simulation.
+
Functional Reactive Programming integrates time flow and compositional events into functional programming. This provides an elegant way to express computation in domains such as interactive animations, robotics, computer vision, user interfaces, and simulation.
   
 
The following libraries are implementations of FRP:
 
The following libraries are implementations of FRP:
 
* [[Grapefruit]]
 
* [[Grapefruit]]
 
* [[Reactive]]
 
* [[Reactive]]
  +
* [[DataDriven]]
 
* [[Yampa]]
 
* [[Yampa]]

Revision as of 16:15, 24 January 2008

Functional Reactive Programming integrates time flow and compositional events into functional programming. This provides an elegant way to express computation in domains such as interactive animations, robotics, computer vision, user interfaces, and simulation.

The following libraries are implementations of FRP: