|
On Fri, Sep 11, 2020 at 4:33 PM Luiz Henrique de Figueiredo wrote:If you want to try Lua 1.1 on MS-DOS, try it online at
https://archive.org/details/lua1.1.0
Other versions are available:
https://archive.org/details/lua1.0.0
https://archive.org/details/lua5.3.5
https://archive.org/details/lua5.4.0
Apparently, these were built with Open Watcom C.Wow! Lua 5.4 for MSDOS!With 64-bit integers! Fantastic!It would be nice to have Lua 5.4 DOS EXE-file with the ability to load external libraries written in C.Can this LUA.EXE load external modules?"require" says it is searching for .so modules at non-DOS paths.Is loading of binary modules not implemented here?