Nov. 12, 2011
10:04 p.m.
Stéph,
Nick is right. I guess the question is: how should normal client or user code that used to do something like
Smalltalk at: #Point
be written ?
Should we just do
Smalltalk globals
or
self environment.
environment should be used in a method while Smalltalk globals more for scripts. Stef