Functional Reactive Programming
From HaskellWiki
(Difference between revisions)
(→Material) |
(→People) |
||
| Line 20: | Line 20: | ||
== People == | == People == | ||
| + | * [http://apfelmus.nfshost.com/ Heinrich Apfelmus] | ||
* [http://www.apocalypse.org/pub/u/antony/work/index.html Antony Courtney] | * [http://www.apocalypse.org/pub/u/antony/work/index.html Antony Courtney] | ||
* [http://conal.net/ Conal Elliott] | * [http://conal.net/ Conal Elliott] | ||
| + | * [http://sgate.emt.bme.hu/patai/ Patai Gergely] | ||
* [http://www.ittc.ku.edu/~andygill Andy Gill] | * [http://www.ittc.ku.edu/~andygill Andy Gill] | ||
* Liwen Huang | * Liwen Huang | ||
* Paul Hudak | * Paul Hudak | ||
| - | * Wolfgang Jeltsch | + | * [http://www.tu-cottbus.de/fakultaet1/de/programmiersprachen-compilerbau/lehrstuhl/mitarbeiter/wolfgang-jeltsch.html Wolfgang Jeltsch] |
* [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] | ||
| - | |||
== Blog articles == | == Blog articles == | ||
Revision as of 17:23, 29 June 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.
Contents |
1 Libraries
2 Material
- Conal Elliott’s papers (several about FRP)
- Grapefruit-related publications and talks
- The Yale Haskell group’s latest publications (mostly related to FRP)
- FRP section of Heinrich Apfelmus' blog
3 People
- Heinrich Apfelmus
- Antony Courtney
- Conal Elliott
- Patai Gergely
- Andy Gill
- Liwen Huang
- Paul Hudak
- Wolfgang Jeltsch
- Henrik Nilsson
- John Peterson
