Tag Archives: reactive

Large Scale Reactive Collections

A common challenge for reactive programming models is large collections with fine-grained mutations – e.g. arrays, lists, stacks, maps. Subscriptions tend to be ad-hoc, e.g. “the third element of the array” or “the top element of a stack”, or “the … Continue reading

Posted in Concurrency, Language Design, Reactive Demand Programming, State | Tagged , , , , , , , , | Leave a comment

Reactive State Transition

Reactive State Transition (RST) is a simplistic state model I developed for use with Reactive Demand Programming (RDP). RST serves a similar role as would a finite state machine. Unlike a typical state machine, RST reacts to observable system state … Continue reading

Posted in Language Design, Reactive Demand Programming, State | Tagged , , , , , , , , , , , , , , , | 1 Comment