Difference between revisions of "Functional Reactive Programming"

From HaskellWiki
Jump to navigation Jump to search
Line 20: Line 20:
   
 
== People ==
 
== People ==
  +
* [http://apfelmus.nfshost.com/ Heinrich Apfelmus]
 
* [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://sgate.emt.bme.hu/patai/ Patai Gergely]
 
* [http://www.ittc.ku.edu/~andygill Andy Gill]
 
* [http://www.ittc.ku.edu/~andygill Andy Gill]
 
* Liwen Huang
 
* Liwen Huang
 
* Paul Hudak
 
* Paul Hudak
  +
* [http://www.tu-cottbus.de/fakultaet1/de/programmiersprachen-compilerbau/lehrstuhl/mitarbeiter/wolfgang-jeltsch.html Wolfgang Jeltsch]
* Wolfgang Jeltsch
 
 
* [http://www.cs.nott.ac.uk/~nhn/ Henrik Nilsson]
 
* [http://www.cs.nott.ac.uk/~nhn/ Henrik Nilsson]
 
* [http://mcis.western.edu/~jpeterson/ John Peterson]
 
* [http://mcis.western.edu/~jpeterson/ John Peterson]
* Patai Gergely
 
   
 
== Blog articles ==
 
== Blog articles ==

Revision as of 17:23, 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

People

Blog articles