Difference between revisions of "Functional Reactive Programming"

From HaskellWiki
Jump to navigation Jump to search
(Added Elerea)
(→‎Blog articles: Added a link to "Demonstrating a Time Leak in Arrowized FRP")
Line 29: Line 29:
 
* [http://lukepalmer.wordpress.com/2008/11/28/relative-time-frp/ Relative time FRP]
 
* [http://lukepalmer.wordpress.com/2008/11/28/relative-time-frp/ Relative time FRP]
 
* Several on [http://conal.net/blog Conal's blog]
 
* Several on [http://conal.net/blog Conal's blog]
  +
* [http://blog.edwardamsden.com/2011/03/demonstrating-time-leak-in-arrowized.html Demonstrating a Time Leak in Arrowized FRP]

Revision as of 09:01, 31 March 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