Functional Reactive Programming: Difference between revisions
(→Material: Added a link to "A Survey of Functional Reactive Programming") |
(→Libraries: Added the netwire package.) |
||
Line 10: | Line 10: | ||
* [http://hackage.haskell.org/package/elerea Elerea] | * [http://hackage.haskell.org/package/elerea Elerea] | ||
* [[Reactive-banana|reactive-banana]] | * [[Reactive-banana|reactive-banana]] | ||
* [http://hackage.haskell.org/package/netwire Netwire] | |||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:frp Hackage packages in the category FRP] | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:frp Hackage packages in the category FRP] |
Revision as of 15:24, 6 August 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
- A Survey of Functional Reactive Programming (PDF)
- Conal Elliott’s FRP-related papers and blog posts
- Grapefruit-related publications and talks
- The Yale Haskell group’s latest publications on functional reactive programming
- 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