Functional Reactive Programming
From HaskellWiki
(Difference between revisions)
(Updated links) |
(added link to FRP-related posts on Wolfgang Jeltsch’s blog and overhauled the sections on publictations and talks and on blog posts) |
||
| Line 15: | Line 15: | ||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:frp Hackage packages in the category FRP] | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:frp Hackage packages in the category FRP] | ||
| - | == | + | == Publications and talks == |
| - | * [http://www.cs.rit.edu/~eca7215/frp-independent-study/Survey.pdf A Survey of Functional Reactive Programming] | + | * [http://www.cs.rit.edu/~eca7215/frp-independent-study/Survey.pdf A Survey of Functional Reactive Programming] |
| - | * | + | * [http://conal.net/papers/frp.html Conal Elliott’s FRP-related publications] |
| - | + | * [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 | + | * [http://haskell.cs.yale.edu/?page_id=65#FunctionalReactiveProgramming The Yale Haskell group’s FRP-related publications] |
| - | * [http://apfelmus.nfshost.com/blog.html#functional-reactive-programming-frp FRP | + | |
| + | == Blog posts == | ||
| + | * [http://apfelmus.nfshost.com/blog.html#functional-reactive-programming-frp FRP-related posts on Heinrich Apfelmus’ blog] | ||
| + | * [http://conal.net/blog/tag/frp FRP-related posts on Conal Elliott’s blog] | ||
| + | * [http://jeltsch.wordpress.com/tag/frp/ FRP-related posts on Wolfgang Jeltsch’s blog] | ||
| + | * [http://lukepalmer.wordpress.com/2008/11/28/relative-time-frp/ Relative time FRP] by Luke Palmer | ||
| + | * [http://blog.edwardamsden.com/2011/03/demonstrating-time-leak-in-arrowized.html Demonstrating a Time Leak in Arrowized FRP] by Edward Amsden | ||
== People == | == People == | ||
| Line 33: | Line 39: | ||
* [http://www.cs.nott.ac.uk/~nhn/ Henrik Nilsson] | * [http://www.cs.nott.ac.uk/~nhn/ Henrik Nilsson] | ||
* [http://mcis.western.edu/~jpeterson/ John Peterson] | * [http://mcis.western.edu/~jpeterson/ John Peterson] | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
[[Category:FRP|*]] | [[Category:FRP|*]] | ||
Revision as of 10:30, 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.
Contents |
1 Libraries
- Sodium
- Grapefruit
- Reactive
- DataDriven
- Yampa
- wxFruit
- Elerea
- reactive-banana
- Netwire
- Fran (discontinued)
2 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
3 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
4 People
- Heinrich Apfelmus
- Antony Courtney
- Conal Elliott
- Patai Gergely
- Andy Gill
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson
