Re: Packaging and importing
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Packaging and importing
- From: Rici Lake <lua@...>
- Date: 2005年8月16日 17:40:47 -0500
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.