[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Naked LUA
- From: Bogdan Marinescu <bogdan.marinescu@...>
- Date: Tue, 27 Jul 2010 13:56:09 +0300
> On Tue, Jul 27, 2010 at 12:20 PM, HyperHacker <hyperhacker@gmail.com> wrote:
>> Maybe what you want is to compile Lua to your microcontroller's
>> machine language.
>
> Like picoLua, basic subset, straight to assembly.
>
> But can you still download precompiled scripts with that approach?
Maybe, with a suitable bootloader. But it kinda defeats the purpose IMO.
> There have been some entertaining attempts to build really
> stripped-down Python VMs for micros.
I wanted (and still want) to work on something like that for Lua, but
I don't have enough time, unfortunately.
Best,
Bogdan