MorphOS port of
Lua scripting language has been customized to the system from the start. The next step done in
version 0.5 is
ipc.module acting as a gate between Lua and ARexx ports of applications. To say it short, with
ipc.module one can send ARexx commands to applications from Lua scripts, and of course receive their results. A Lua version of known
love.rx script from
TVPaint has been included in the archive as a proof of concept. The module supports also interface to MorphOS shell using known ARexx "address command" idea. As all Lua scripts, those using
ipc.module can be debugged with source level debugger
LuaExplorador included in the
archive available in the download section.