lua-users home
lua-l archive

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


I got a 16 bit DOS Lua 4.0 alpha executable from Mike Goodey, and it 
starts up. I did a few commands, and it worked. I don't know, which 
compiler he uses.

I have 
Memory:         651 Kb mem free
OS:             DOS 5.00
Processor:      80186 (nearly 8086)
Speed:          8 Mhz
Graphics:       CGA

So, as I think, this is a very small platform. ;-)

The lua.exe is about 165 Kb, and here is, what it does:

life.lua:
error: too many items in a list initializer (limit=-192);

factorial.lua:
runs quite well (about 2 sec.)


Thanks, Mike!

Martin