RE: [ANN] LuaCSP framework: Communicating Sequential Processes in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: [ANN] LuaCSP framework: Communicating Sequential Processes in Lua
- From: Alexey Baskakov <alexey_baskakov@...>
- Date: 2013年1月15日 18:51:29 +0400
Fabien wrote:
> Can you detail the reasons why you developped LuaCSP? Just for fun, or
> is it part of a bigger project?
LuaCSP has evolved from my professional background in game development industry. So, it's proven concept at least for that area. ;)
I tried many different approaches in the past (like Unreal-script C++-like idea for FSMs with nested sub-states and latent functions)
and found them utterly wrong.
Alexey.