|
Edgar Toernig wrote:
I'm using them quite heavily - they were a big reason for choosing Lua for my current project.Are Lua-only coroutines really required? Small survey? - Who is using them at the moment?
Yep. The few C functions I've written that needed to yield were easy enough to split into cooperating C and lua functions.- Are the Lua-only couroutines good enough for you?
I'm not sure really I need them, and I'd have the same concerns other people have raised about memory usage and portability (especially wrt games consoles).- Would you switch to C-level coroutines if they were available?
Cheers, Mike F