Functional Reactive Programming: Difference between revisions

From HaskellWiki
(added link to FRP-related posts on Wolfgang Jeltsch’s blog and overhauled the sections on publictations and talks and on blog posts)
m (→‎Publications and talks: case correction)
Line 19: Line 19:
* [http://conal.net/papers/frp.html Conal Elliott’s FRP-related publications]
* [http://conal.net/papers/frp.html Conal Elliott’s FRP-related publications]
* [https://grapefruit-project.org/publications-and-talks Grapefruit-related publications and talks]
* [https://grapefruit-project.org/publications-and-talks Grapefruit-related publications and talks]
* [http://haskell.cs.yale.edu/?page_id=65#FunctionalReactiveProgramming The Yale Haskell group’s FRP-related publications]
* [http://haskell.cs.yale.edu/?page_id=65#FunctionalReactiveProgramming The Yale Haskell Group’s FRP-related publications]


== Blog posts ==
== Blog posts ==

Revision as of 10:31, 21 March 2012

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

Publications and talks

Blog posts

People