[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: communicating sequential processes
- From: Phoenix Sol <phoenix@...>
- Date: Sat, 25 Apr 2009 08:24:30 -0700
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