Message passing in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Message passing in Lua
- From: Alby <alb348@...>
- Date: 2021年4月10日 17:12:00 +0300
Does Lua support (natively or through a module) anything like (asynchronous) message passing between objects, in the style of the Io programming language (which is now defunct, too bad). The only option I found is using Defold, a game engine scriptable in Lua, but I have not tried it yet.
Isn't there a simpler solution available than using a game engine?
Thanks
Alby