Aug. 30, 2009
10:43 a.m.
The typical Dictionary protocol is to return the added value rather than self. I suggest that Process>>#'environmentAt:put:' follow the same convention. Dictionary new at: #'James' put: 1. "returns 1" Processor activeProcess environmentAt: #'James' put: 1. "returns aProcess"