What other languages use the same data model as Python?

Chris Angelico rosuav at gmail.com
Mon May 9 07:18:29 EDT 2011


On Mon, May 9, 2011 at 8:38 PM, Hans Georg Schaathun <hg at schaathun.net> wrote:
> The flaw of this model, and I am not discounting its merits, just
> pointing out that it isn't perfect, is that it creates the illusion
> that references are boxes (objects) just like data objects, leading
> the reader to think that we could have a reference to a reference.
> If they are all boxes, by can't we make reference thereto?

http://www.xkcd.com/895/

Analogies are like diagrams. Not all of them are perfect or useful.

The boxes are different sizes. If you really want them to look
different, do one as squares and one as circles, but don't try that in
plain text.

Chris Angelico



More information about the Python-list mailing list