Functional Reactive Programming: Difference between revisions
(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 | * [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
- Sodium
- Grapefruit
- Reactive
- DataDriven
- Yampa
- wxFruit
- Elerea
- reactive-banana
- Netwire
- Fran (discontinued)
Publications and talks
- A Survey of Functional Reactive Programming
- Conal Elliott’s FRP-related publications
- Grapefruit-related publications and talks
- The Yale Haskell Group’s FRP-related publications
Blog posts
- FRP-related posts on Heinrich Apfelmus’ blog
- FRP-related posts on Conal Elliott’s blog
- FRP-related posts on Wolfgang Jeltsch’s blog
- Relative time FRP by Luke Palmer
- Demonstrating a Time Leak in Arrowized FRP by Edward Amsden
People
- Heinrich Apfelmus
- Antony Courtney
- Conal Elliott
- Patai Gergely
- Andy Gill
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson