lua-users home
lua-l archive

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


> How about doing it other way around? I.e. storing the variables in C
and accessing them with set/get functions from Lua?

Then I have to have some sort of reverse string lookup table
(duplicating what Lua already does), which seems about as expensive (and
more complex).

Curt