Functional Reactive Programming: Difference between revisions
(→Material: more specific link for Conal's FRP papers) |
(→Material: Conal's blog) |
||
Line 15: | Line 15: | ||
== Material == | == Material == | ||
* [http://conal.net/papers/frp.html Conal Elliott’s FRP papers] | * [http://conal.net/papers/frp.html Conal Elliott’s FRP papers] | ||
* [http://conal.net/blog/tag/functional-reactive-programming/ FRP-related posts on Conal's blog] | |||
* [[Grapefruit#Publications and talks|Grapefruit-related publications and talks]] | * [[Grapefruit#Publications and talks|Grapefruit-related publications and talks]] | ||
* [http://www.haskell.org/yale/publications.html The Yale Haskell group’s latest publications] (mostly related to FRP) | * [http://www.haskell.org/yale/publications.html The Yale Haskell group’s latest publications] (mostly related to FRP) |
Revision as of 23:06, 30 June 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 FRP papers
- FRP-related posts on Conal's blog
- Grapefruit-related publications and talks
- The Yale Haskell group’s latest publications (mostly related to FRP)
- FRP section of Heinrich Apfelmus' blog
People
- Heinrich Apfelmus
- Antony Courtney
- Conal Elliott
- Patai Gergely
- Andy Gill
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson