On Tue, Jul 20, 2010 at 13:16, Matthew Wild wrote:
On 20 July 2010 09:18, Alexander Gladysh wrote:
On Tue, Jul 20, 2010 at 11:19, Kristofer Karlsson wrote:
On Tue, Jul 20, 2010 at 8:47 AM, Alexander Gladysh wrote:
[snipped]
It's only a VM, which means that scripts either need to be compiled
offline, or someone needs to write a compiler in Lua or Javascript. In
fact (although I haven't looked at it yet) the former has already been
done as far as I know: http://yueliang.luaforge.net/ - so if one
wanted to compile scripts live in the browser, Yueliang could be
compiled offline and run in the VM in the browser to compile them.
From what I hear, Yueliang is often used to bootstrap alternative Lua
implementations.