lua-users home
lua-l archive

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


Has anyone got further with this ?

I have seen PIC's with onboard (minimal) BASIC interpreters - i wish to explore Lua for this arena : 8/16 bit, minimal memory (<<64k). It could lose the floating point stuff, and most of math & string, but would need some hard i/o (set bit, test bit, etc) The idea would be a tiny core, with the hardware stuff as chip-specific libraries.

So : how small can lua get ?

Adrian
(adrian <at> sietsma <dot> com )