Difference between revisions of "Functional Reactive Programming"

From HaskellWiki
Jump to navigation Jump to search
m (correction of Conal Elliott’s homepage address)
m (Adding my name)
Line 16: Line 16:
 
* [http://www.apocalypse.org/pub/u/antony/work/index.html Antony Courtney]
 
* [http://www.apocalypse.org/pub/u/antony/work/index.html Antony Courtney]
 
* [http://conal.net/ Conal Elliott]
 
* [http://conal.net/ Conal Elliott]
  +
* [http://www.ittc.ku.edu/~andygill Andy Gill]
 
* Liwen Huang
 
* Liwen Huang
 
* Paul Hudak
 
* Paul Hudak

Revision as of 20:36, 26 August 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

People