Hacker News new | ask | show | jobs
by binary132 634 days ago
I didn't understand C++ coroutines until I learned to use Lua coroutines. It's basically not that different from gotos, if goto saved local state.