Functional Reactive Programming: Difference between revisions
(reworking and improving) |
m (changing Anthony Courtney weblink to point to Antony’s work page) |
||
Line 14: | Line 14: | ||
== People == | == People == | ||
* [http://www.apocalypse.org/pub/u/antony/ | * [http://www.apocalypse.org/pub/u/antony/work/index.html Antony Courtney] | ||
* [http://conal.net Conal Elliott] | * [http://conal.net Conal Elliott] | ||
* Liwen Huang | * Liwen Huang |
Revision as of 18:56, 8 June 2008
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
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson