From @ramiromagno:
A technical vignette explaining key operations could invite contributions more easily:
Key operations:
- Traverse graph from root to leaves
- Evaluate leaf nodes (inputs) to concrete values
- Deparse branch nodes (reactives) to code
- Linearize into topologically-ordered script
Essentially deparse() for reactive graphs, where inputs get resolved to values and reactives expanded to definitions.
Add this style document to the Wiki
Add this style document to the Wiki