Re: Functional Reactive Programming in Oz (revisited)

2006-05-30 Thread Peter Van Roy
Peter Van Roy wrote: Last month I posted some example code to show how to do Functional Reactive Programming in Oz. That code was incomplete since it did not avoid "glitches". For example, in the expression (a + (a div 3)), if a new event arrives for a, then a single new output has to be calcul

Functional Reactive Programming in Oz (revisited)

2006-05-30 Thread Peter Van Roy
Last month I posted some example code to show how to do Functional Reactive Programming in Oz. That code was incomplete since it did not avoid "glitches". For example, in the expression (a + (a div 3)), if a new event arrives for a, then a single new output has to be calculated. Because of thre