[Python-Dev] Classes and Metaclasses in Smalltalk (original) (raw)
Greg Ewing greg@cosc.canterbury.ac.nz
Fri, 04 May 2001 16:25:08 +1200 (NZST)
- Previous message: [Python-Dev] Classes and Metaclasses in Smalltalk
- Next message: [Python-Dev] Classes and Metaclasses in Smalltalk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"M.-A. Lemburg" <mal@lemburg.com>:
I think it has to do with terminology: when I say "inherit" I actually mean "the lookup is forwarded to the another object".
Some OO languages munge together the instance and inheritance relationships, but Python isn't one of them. Using terminology that way in the context of Python is guaranteed to cause massive confusion!
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg@cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Classes and Metaclasses in Smalltalk
- Next message: [Python-Dev] Classes and Metaclasses in Smalltalk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]