Functional Reactive Programming: Difference between revisions
(→Material: tightened Conal's pointers) |
|||
Line 16: | Line 16: | ||
* Conal Elliott’s FRP-related [http://conal.net/papers/frp.html papers] and [http://conal.net/blog/tag/functional-reactive-programming/ blog posts] | * Conal Elliott’s FRP-related [http://conal.net/papers/frp.html papers] and [http://conal.net/blog/tag/functional-reactive-programming/ blog posts] | ||
* [[Grapefruit#Publications and talks|Grapefruit-related publications and talks]] | * [[Grapefruit#Publications and talks|Grapefruit-related publications and talks]] | ||
* [http:// | * [http://haskell.cs.yale.edu/?page_id=65#FunctionalReactiveProgramming The Yale Haskell group’s latest publications] on functional reactive programming | ||
* [http://apfelmus.nfshost.com/blog.html#functional-reactive-programming-frp FRP section] of Heinrich Apfelmus' blog | * [http://apfelmus.nfshost.com/blog.html#functional-reactive-programming-frp FRP section] of Heinrich Apfelmus' blog | ||
Revision as of 08:52, 3 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