Functional Reactive Programming: Difference between revisions
(Category:FRP) |
|||
Line 35: | Line 35: | ||
* Several on [http://conal.net/blog Conal's blog] | * Several on [http://conal.net/blog Conal's blog] | ||
* [http://blog.edwardamsden.com/2011/03/demonstrating-time-leak-in-arrowized.html Demonstrating a Time Leak in Arrowized FRP] | * [http://blog.edwardamsden.com/2011/03/demonstrating-time-leak-in-arrowized.html Demonstrating a Time Leak in Arrowized FRP] | ||
[[Category:FRP|*]] |
Revision as of 10:35, 17 July 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
- Conal Elliott’s FRP-related papers and blog posts
- Grapefruit-related publications and talks
- The Yale Haskell group’s latest publications on functional reactive programming
- FRP section of Heinrich Apfelmus' blog
People
- Heinrich Apfelmus
- Antony Courtney
- Conal Elliott
- Patai Gergely
- Andy Gill
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson