Nov. 10, 2011
4:35 p.m.
On 07 Nov 2011, at 16:12, Nick Ager wrote:
In my image (Pharo 1.3) #environment is defined in Behavior so I need to call:
(self class environment at: #String) new
have I missed somethingâ¦
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. In the last case, there is the question whether an instance method would be needed. Sven