Olá lua list,
I feel like I am standing on a precipice here, contemplating lua,
and running out of reasons not to dive off...
Is it safe to assume that it would be relatively easy to implement
'message-passing-style-scheduling' in lua, where one coroutine
yields to another by passing a message to it? (without accumulating
stack frames?!)
Can this be done in lua, without changes to the interpreter?
What I am really after, is a lua implementation of Stackless
Python's 'Channels'...
Obrigado!
Phoenix Sol