AustinScola / illud

Text buffer editor and terminal viewer.
MIT License
1 stars 0 forks source link

Tree state vs. Graph state #169

Open AustinScola opened 3 years ago

AustinScola commented 3 years ago

What do we do about the following situation?

This means state is a graph and not a tree. Instantiating a graph in one expression is not straightforward, yet we want to be able to do so for test cases.

AustinScola commented 3 years ago

Graph state would also mean we can change evaluation to be the running Arborista transformations.