lua-users home
lua-l archive

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


On 24/11/2014 9.26, Paul Merrell wrote:
That has to be eLua rather than Lua. Lua requires an operating system
(but can be compiled and run on any known platform).
eLua is very convenient, but running Lua on bare metal with only minor 
changes is quite possible; many of us did that. Of course you have to 
provide an allocator and I/O functions (adapting modules requires work 
and may or may not pose additional problems).
--
  Enrico