lua-users home
lua-l archive

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



On 16-Aug-05, at 5:29 PM, Javier Guerra wrote:

On Tuesday 16 August 2005 5:27 pm, Chris Marrin wrote:
Does it have to be done at compile time? Couldn't the import function
simply iterate over all the members of math and put them in the local
namespace? Or is that not possible somehow?

i think locals, like fuction parameters, have no run-time names; only numbered
slots

Indeed. And they don't necessarily have unique numbers, either.