lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


This is very cool, even on servers because it is quite simple to sandbox a tiny VM for it, just for one task needed. And cool also for real-time applications when you don't want interference with the many apps and system threads that all modern OSes have, or as a testing environment.

Le ven. 11 sept. 2020 à 17:02, Egor Skriptunoff <egor.skriptunoff@gmail.com> a écrit :
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?