|
Real-Time FRP
Abstract
Functional reactive programming (FRP) is a declarative programming paradigm where the basic notions are continuous, time-varying behaviors and discrete, event-based reactivity. FRP has been used successfully in many reactive programming domains such as animation, robotics, and graphical user interfaces. The success of FRP in these domains encourages us to consider its use in real-time applications, where it is crucial that the cost of running a program be bounded and known before run-time. But previous work on the semantics and implementation of FRP was not explicitly concerned about the issues of cost. In fact, the resource consumption of FRP programs in the current implementation is often hard to predict.
@InProceedings{wan01rtfrp,
author = "Zhanyong Wan and Walid Taha and Paul Hudak",
title = "Real-Time {FRP}",
booktitle = "International Conference on Functional Programming
({ICFP'01})",
year = "2001",
}
Download
|