On Tue, Aug 01, 2000 at 11:02:01PM -0500, J. David Blackstone wrote: > The C<local> operator should be retained due to its usefulness for > dynamic scoping, but should be renamed to avoid confusion. I'm > currently suggesting a name of C<dynsave>. More euphonious > suggestions are requested. This should probably go in its own RFC. Renaming local() is orthogonal to creating all variables lexical bt default. (I, for one, support renaming local() to Something Better (if only I know what that was)) -Scott -- Jonathan Scott Duff [EMAIL PROTECTED]
- RFC: lexical variables made default J. David Blackstone
- Re: RFC: lexical variables made default Jonathan Scott Duff
- Re: RFC: lexical variables made default Juanma Barranquero
- Re: RFC: lexical variables made default Michael Mathews
- Re: RFC: lexical variables made defau... Tom Christiansen
- Re: RFC: lexical variables made ... Jonathan Scott Duff
- Re: RFC: lexical variables m... Tom Christiansen
- Re: RFC: lexical variabl... Jonathan Scott Duff
- Re: RFC: lexical variables made ... Tad McClellan
- Re: RFC: lexical variables m... John Porter
- Re: lexical variables made default Jeremy Howard
- Re: lexical variables made default Ted Ashton