lexical scopes and scratchpads

2002-07-23 Thread Jonathan Sillito
Is now a good time to start a discussion on lexical scopes? Is anyone currently working on an implementation of scratchpads? I have sketched out a simple implementation, based on the struct at the end of this email, but there are somethings that I do not understand, so I am hoping someone can set

Re: lexical scopes and scratchpads

2002-07-23 Thread Melvin Smith
At 12:14 PM 7/23/2002 -0600, Jonathan Sillito wrote: >Is now a good time to start a discussion on lexical scopes? Is anyone >currently working on an implementation of scratchpads? I have sketched I started on a simple implementation. I decided to just use the PerlHash that we already have. I pla

Re: lexical scopes and scratchpads

2002-07-24 Thread Jonathan Sillito
Thanks for the response. On Tue, 2002-07-23 at 13:23, Melvin Smith wrote: [reordered] > If you want to take a whack at it before I get to it, take a look at the > global variable ops, although they aren't perfect. I just stacked them > on top of the Hash PMC that we already had. If you think yo