[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luaZ_getfield, luaZ_setfield and nested table accessors
- From: William Ahern <william@...>
- Date: Tue, 15 May 2007 21:16:32 -0700
On Tue, May 15, 2007 at 08:00:20AM -0300, Luiz Henrique de Figueiredo wrote:
> > (The 'Z' is because it comes from my Zoned project.)
>
> Please do not use the luaZ_ prefix as such prefixes are used for internal Lua
> functions.
Is there an established naming convention for supplemental Lua interfaces
(for local applications)? Something like the above, though particular to a
specific application, is so clearly concerned w/ Lua than the local
application that it simply makes sense to me to mimic the Lua naming
conventions. I didn't realize luaZ_ was an existing prefix.