[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Some questions on Lua's design
- From: marbux <marbux@...>
- Date: Mon, 1 Apr 2013 01:32:00 -0700
On Sun, Mar 31, 2013 at 4:24 PM, Marco Salamone <requerent@gmail.com> wrote:
> I very much like the theory behind Lua and how Lua is getting me to think
> about language design. I think something Lua-like could make a lot of sense
> as a systems programming language, hence the questions about memory
> management. I know that Lua does this in a VM, but I'm thinking about how
> the design of Lua could be re-contextualized outside of a VM.
Check out eLua, which runs on bare metal without an OS.
<http://www.eluaproject.net/>.
Best regards,
Paul