Article ID Journal Published Year Pages File Type
424282 Electronic Notes in Theoretical Computer Science 2007 17 Pages PDF
Abstract

The implementation of conceptually continuous signals in functional reactive programming (FRP) is studied in detail. We show that recursive signals in standard implementations using streams and continuations lead to potentially serious time and space leaks under conventional call-by-need evaluation. However, by moving to the level of signal functions, and structuring the design around arrows, this class of time and space leaks can be avoided. We further show that the use of optimal reduction can also avoid the problem, at the expense of a much more complex evaluator.

Related Topics
Physical Sciences and Engineering Computer Science Computational Theory and Mathematics