Difference between revisions of "Functional Reactive Programming"

From HaskellWiki
Jump to navigation Jump to search
(Category:FRP)
(→‎Material: Added a link to "A Survey of Functional Reactive Programming")
Line 14: Line 14:
   
 
== Material ==
 
== Material ==
  +
* [http://www.cs.rit.edu/~eca7215/frp-independent-study/Survey.pdf A Survey of Functional Reactive Programming] (PDF)
 
* Conal Elliott’s FRP-related [http://conal.net/papers/frp.html papers] and [http://conal.net/blog/tag/functional-reactive-programming/ blog posts]
 
* Conal Elliott’s FRP-related [http://conal.net/papers/frp.html papers] and [http://conal.net/blog/tag/functional-reactive-programming/ blog posts]
 
* [[Grapefruit#Publications and talks|Grapefruit-related publications and talks]]
 
* [[Grapefruit#Publications and talks|Grapefruit-related publications and talks]]

Revision as of 20:47, 22 July 2011

Functional Reactive Programming (FRP) 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.

Libraries

Material

People

Blog articles