lua-users home
lua-l archive

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


> On 5 Nov 2019, at 16:52, Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
> 
> BTW the global table is probably not the best place for this sort of
> thing (too easy to modify, or run into collisions with other code);
> maybe the registry (or a table hung off the registry) would be a better
> place.

Yes, my intention is to store the strings that the C code cares about in the registry, but I wanted to confirm that this was a legitimate approach first.

Chris
—
Chris Smith <space.dandy@icloud.com>