[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: The LuaVM implemented in languages other than C
- From: Peter Cawley <lua@...>
- Date: Sat, 26 Sep 2009 03:08:33 +0100
On Sat, Sep 26, 2009 at 12:38 AM, Anthony Fairchild
<fairchild.anthony@gmail.com> wrote:
> Setting my Lisp language
> idea aside, I was wondering if this VM might be of any value to others, as
> an alternative way to run Lua code in .NET?
I'm sure that there would be many people who would appreciate a Lua VM
in .NET as a simple way of adding Lua to .NET applications without
having to call native code. The parser / code generator would also be
useful, though I expect that somebody has written a Lua parser / code
generator in pure Lua which could be compiled to bytecode and used to
give the VM functions like loadstring.