Difference between revisions of "Functional Reactive Programming"

From HaskellWiki
Jump to navigation Jump to search
m (corrected case in “wxFruit”)
(Added Elerea)
Line 8: Line 8:
 
* [[Yampa]]
 
* [[Yampa]]
 
* [[WxFruit|wxFruit]]
 
* [[WxFruit|wxFruit]]
  +
* [http://hackage.haskell.org/package/elerea Elerea]
   
 
== Material ==
 
== Material ==
Line 23: Line 24:
 
* [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 22:28, 3 September 2010

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