Functional Reactive Programming
From HaskellWiki
(Difference between revisions)
(→From [http://www.haskell.org/frp/ www.haskell.org/frp/], last updated 2003) |
(reworking and improving) |
||
| Line 1: | Line 1: | ||
| - | Functional Reactive Programming 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. | + | 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 == | |
| + | * [http://conal.net/fran/ Fran] | ||
* [[Grapefruit]] | * [[Grapefruit]] | ||
* [[Reactive]] | * [[Reactive]] | ||
| Line 7: | Line 8: | ||
* [[Yampa]] | * [[Yampa]] | ||
| - | == | + | == Material == |
| - | + | * [http://conal.net/papers Conal Elliott’s papers] (several about FRP) | |
| + | * [[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) | ||
| - | + | == People == | |
| - | + | * [http://www.apocalypse.org/pub/u/antony/home.htm Antony Courtney] | |
| - | + | * [http://conal.net Conal Elliott] | |
| - | + | * Liwen Huang | |
| - | People | + | * Paul Hudak |
| - | + | * Wolfgang Jeltsch | |
| - | *[http://www.apocalypse.org/pub/u/antony/home.htm Antony Courtney] | + | * [http://www.cs.nott.ac.uk/~nhn/ Henrik Nilsson] |
| - | *[http://conal.net Conal Elliott] | + | * [http://mcis.western.edu/~jpeterson/ John Peterson] |
| - | * | + | |
| - | * | + | |
| - | *[http://www.cs. | + | |
| - | *[http://mcis.western.edu/~jpeterson/ John Peterson] | + | |
Revision as of 18:50, 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.
1 Libraries
2 Material
- Conal Elliott’s papers (several about FRP)
- Grapefruit-related publications and talks
- The Yale Haskell group’s latest publications (mostly related to FRP)
3 People
- Antony Courtney
- Conal Elliott
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson
