[squeak-dev] Re: Newbie Question (about OOPs, maybe) (sorry)

K. K. Subramaniam subbukk at gmail.com
Thu Aug 20 04:37:18 UTC 2009


On Wednesday 19 Aug 2009 11:07:29 am Ronald Spengler wrote:
> Ah, so the GC in the VM swizzles the pointers out from under you.
> http://lists.squeakfoundation.org/pipermail/squeak-dev/1999-June/006170.htm
>l
>
This is the classic dilemma between name as an identifier and name as a 
locator. The word "pointer" connotes the latter but gets used widely in the 
former sense in Smalltalk code. Object Identifier (oid) is unambiguous but 
doesn't sound half as cool as oop ;-).

Subbu




More information about the Squeak-dev mailing list