Functional Reactive Programming: Difference between revisions
(added "and compositional events" to the brief decription, and DataDriven to impls) |
(Added a copy of haskell.org/frp/, 2003 :(, so a Wikipedia link could be repointed.) |
||
Line 6: | Line 6: | ||
* [[DataDriven]] | * [[DataDriven]] | ||
* [[Yampa]] | * [[Yampa]] | ||
== From [http://www.haskell.org/frp/ www.haskell.org/frp/], last updated 2003 == | |||
This is a copy of the obsolete /frp/, added so a link from http://en.wikipedia.org/wiki/Functional_reactive_programming could be losslessly repointed from there to here. | |||
*[http://www.haskell.org/yale/publications.html The Yale Haskell group's latest publications] - Most are related to FRP | |||
*[http://conal.net/fran Fran] - Functional Animation | |||
People: | |||
*[http://www.apocalypse.org/pub/u/antony/home.htm Antony Courtney] | |||
*[http://conal.net Conal Elliott] | |||
*[http://pantheon.yale.edu/~lh234/ Liwen Huang]''broken link'' | |||
*[http://www.cs.yale.edu/homes/hudak-paul.html Paul Hudak]''broken link'' | |||
*[http://www.cs.yale.edu/~nilsson Henrik Nilsson] | |||
*[http://mcis.western.edu/~jpeterson/ John Peterson] |
Revision as of 02:43, 7 June 2008
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.
The following libraries are implementations of FRP:
From www.haskell.org/frp/, last updated 2003
This is a copy of the obsolete /frp/, added so a link from http://en.wikipedia.org/wiki/Functional_reactive_programming could be losslessly repointed from there to here.
- The Yale Haskell group's latest publications - Most are related to FRP
- Fran - Functional Animation
People:
- Antony Courtney
- Conal Elliott
- Liwen Huangbroken link
- Paul Hudakbroken link
- Henrik Nilsson
- John Peterson