lua-users home
lua-l archive

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


Hallo,

On 10/21/09, V S P <toreason@fastmail.fm> wrote:
>
>  I would recommend to consider metalua
>  and do the source level translation rather than bytecode translation
>  mainly because I think doing byte code translation would lead to need to
>  emulate garbage collection
>  idioms that are specific to lua (or so I think)
>

     Actually source code translation is more prone to semantic
mismatches than bytecode translation, because the meaning of each
bytecode is simpler. The problem is the API (collectgarbage(), for
instance).

Cheers,
-- 
-alex
http://www.ventonegro.org/