Functional reactive programming
From Wikipedia, the free encyclopedia
Functional reactive programming is a programming paradigm for reactive programming in a functional programming setting.[1]
One key point (usenet discussion) seems to be that input is viewed as a "behavior" or time-varying stream of events.
[edit] External links
- Haskell related FRP research
- FrTime, a PLT Scheme implementation
- flapjax, a pair of implementations for JavaScript. (One is a javascript library, the other compiles to plain javascript.)