[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaCheia] binding libs / dyn loading
- From: Martin Spernau <martin@...>
- Date: Tue, 11 Feb 2003 11:02:35 +0100
As to what binding/loading achitecture to use, GluaX ahs one great benefit:
a _binary_ module build for a GluaX host can be loaded with Lua4 AND
Lua5 without any changes (binary after all). I think that would be a
great benefit.
And it doesn't hinder using other binding techiques like tolua etc.
A drawback of GluaX is that the binding needs to be made completly for
GluaX, so there would be no 'reuse' of existing bindings, but maybe Asko
can change that and merge some features of loadmodule and his GluaX.
-Martin