Functional Reactive Programming: Difference between revisions
Line 17: | Line 17: | ||
* [[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) | ||
* [http://apfelmus.nfshost.com/blog.html#functional-reactive-programming-frp FRP section] of Heinrich Apfelmus' blog | |||
== People == | == People == |
Revision as of 17:19, 29 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 papers (several about FRP)
- Grapefruit-related publications and talks
- The Yale Haskell group’s latest publications (mostly related to FRP)
- FRP section of Heinrich Apfelmus' blog
People
- Antony Courtney
- Conal Elliott
- Andy Gill
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson
- Patai Gergely