[ANN] Process-Specific Variables

Giovanni Corriga giovanni at corriga.net
Tue Mar 13 21:11:52 UTC 2007


Il giorno mar, 13/03/2007 alle 12.33 -0700, Andreas Raab ha scritto:
> I haven't looked at the code so I'm guessing but from the description it 
> sounds as if you'd be doing something like:
> 
> 	ProcessLocalVariable subclass: #MyGlobalVar
> 
> and then something like:
> 
> 	MyGlobalVar value. "retrieve its value"
> 	MyGlobalVar value: aValue. "set the value"
> 
> except that the value of the variable is only valid in the scope of the 
> current process.

Isn't this similar to what DynamicBindings does?

	Giovanni




More information about the Squeak-dev mailing list