lua-users home
lua-l archive

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


> I'm not sure you can simply append arbitrary stuff to
> a .EXE file. If you can, then it's simple to append
> your Lua program to a .EXE of a customized Lua
> interpreter that looks into itself for the appended
> Lua program.

Yes, you can append arbitrary stuff to the executable. 
If you know even a lick of C, such a Lua script
"compiler" is trivial to write.

Cheers,
Eric