Functional Reactive Programming: Difference between revisions
GergelyPatai (talk | contribs) (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
- Conal Elliott’s papers (several about FRP)
- Grapefruit-related publications and talks
- The Yale Haskell group’s latest publications (mostly related to FRP)
People
- Antony Courtney
- Conal Elliott
- Andy Gill
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson
- Patai Gergely