[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Embedding Lua in an application
- From: Javier Guerra <javier@...>
- Date: Wed, 30 Dec 2009 11:57:02 -0500
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