Live variables MVP

Status

In Progress

Live Variables let you define variables which update automatically whenever the result of those expressions change.

A variable declared live is defined by an expression rather than a fixed value, and it is recomputed whenever any value that expression reads changes. The first release covers the live declaration and the await expression, which allows you to suspend on the result of a read expression to change.

Roadmap Image

3 Likes