[pypy-dev] Questions for Armin

Armin Rigo arigo at tunes.org
Tue Jan 21 01:30:32 CET 2003


Hello Bengt,

On Sun, Jan 19, 2003 at 04:02:05PM -0800, Bengt Richter wrote:
> (...) In C, type vs representation
> is almost 1:1 (i.e., type names identify memory layouts with bits and words etc),
> but with Python and psyco there are multiple ways of physically representing the
> same abstract entity. I'd like to push for separating the concepts of type and
> representation better in discussion.

Yes, I also think it is an important point.  I'm not sure we should already
tackle the issue of having multiple representations of the *same* object,
though.  I was rather thinking about having several available implementations,
but each object only implemented with one of them at a time.  Occasionally
switching to another representation is the next step.  Managing several
concurrent representations is yet another, more difficult step I guess :-)


A bientôt,

Armin.



More information about the Pypy-dev mailing list