currently trying to figure out how best to transla...
# coroutines
n
currently trying to figure out how best to translate a dependency graph (e.g. for evaluating expressions where results from expressions can be input for other expressions) into "something with coroutines". Still working my way through the examples (thanks for these!) and so far looks like channels might be the best fitting abstraction