lua-users home
lua-l archive

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


On Wed, Dec 30, 2009 at 11:47 AM, Paul Beckingham <paul@beckingham.net> wrote:
> I'm leaning towards option 2, but maybe there is a third I'm not aware of.  Does anyone have any advice on "the Lua way" to do this?

it's usually better to do 2; if you provide just the primitive access
functions, it's easy to write a Lua access layer that makes your
objects look like tables or other more convenient objects from Lua



-- 
Javier