`eff` in small pieces: the complete definition of a Coroutine effect, and a tiny example of using it.
Conversation
Nice. Meanwhile I'm doing the exact opposite: using coroutines in Python to achieve effects.
1
6
Nice! There's a library for Rust that uses generators for representing effects: github.com/pandaman64/eff - the README cites eff.lua as an inspiration!
1
2
5


