lua-users home
lua-l archive

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


> All of them :)
> As I said, I want light diagnostic tool. The interpreter and script will be
> loaded at runtime in RAM then executed.

You want to load the _interpreter_ in RAM? You can forget about that,
no matter if you use Lua or not. You'll can't execute anything from
RAM on many 8-bit MCUs (PICs and AVRs, for example).