Functional Reactive Programming: Difference between revisions
(Added section "Blog articles", with link to "Relative time FRP") |
(→Blog articles: pointer to Conal's blog) |
||
Line 25: | Line 25: | ||
== Blog articles == | == Blog articles == | ||
* [http://lukepalmer.wordpress.com/2008/11/28/relative-time-frp/ Relative time FRP] | * [http://lukepalmer.wordpress.com/2008/11/28/relative-time-frp/ Relative time FRP] | ||
* Several on [http://conal.net/blog Conal's blog] |
Revision as of 17:11, 2 December 2008
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 papers (several about FRP)
- Grapefruit-related publications and talks
- The Yale Haskell group’s latest publications (mostly related to FRP)
People
- Antony Courtney
- Conal Elliott
- Andy Gill
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson
Blog articles
- Relative time FRP
- Several on Conal's blog