[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Re[4]: require ignores setglobals()
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 7 Feb 2003 10:53:12 -0200
>If I see 'global', I assume that 'global' is what is meant. What do
>you think of a name change to reflect what the function really does?
Well, setglobal does set the table that resolves global names. I think the
name is suitable, especially because it takes a function as its first arg.
So setglobal(f,t) reads "now resolve global names in f using t". But of
course tastes differ. You can always do "setenvironment=setglobals" ...
--lhf