Difference between revisions of "Functional Reactive Programming"

From HaskellWiki
Jump to navigation Jump to search
(→‎Blog articles: Added a link to "Demonstrating a Time Leak in Arrowized FRP")
(→‎Libraries: Added a link to Hackage packages in the category FRP)
Line 9: Line 9:
 
* [[WxFruit|wxFruit]]
 
* [[WxFruit|wxFruit]]
 
* [http://hackage.haskell.org/package/elerea Elerea]
 
* [http://hackage.haskell.org/package/elerea Elerea]
  +
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:frp Hackage packages in the category FRP]
   
 
== Material ==
 
== Material ==

Revision as of 18:55, 1 April 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