lua-users home
lua-l archive

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




On Wed, Jan 12, 2011 at 8:00 PM, steve donovan <steve.j.donovan@gmail.com> wrote:
On Wed, Jan 12, 2011 at 12:48 PM, beo wulf <beowulf@intamp.com> wrote:
> to compile my language directly down to the lua vm

We had a thread about this recently, but the basic issue is the same
as with Metalua; there is no standard LVM bytecode, it depends on the
implementation. So if you wanted to use LuaJIT to go really fast, you
would be better off using Lua itself as the intermediate compilation
language.

steve d.