IsPython really O-O?

Erik Max Francis max at alcyone.com
Sun Nov 11 00:17:01 EST 2001


kentsmith at dxsys.com wrote:

> A Smalltalk guru in our organization looked at Python last weekend
> (after I
> had made a big scene saying that it may be a solution to some of our
> cross-platform issues) and came away saying that it was no more
> object-oriented than Java.

Java _is_ object-oriented, so I don't see how this is a negative.  Note
that object orientation looks a little different in message-oriented
languages (such as Smalltalk or Objective C) rather than in
call-oriented languages (like C++, Java, or Python).  Those on either
side of the fence can sometimes be languagist; some Smalltalk users in
particular can be extremely purist about what makes an object-oriented
language.  Perhaps your Smalltalk fan is referring to the fact that
Python (like Java) is not the same type of object-oriented language as
Smalltalk, but that doesn't mean that Python (again, like Java) is not
object oriented.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ Laws are silent in time of war.
\__/ Cicero
    Esperanto reference / http://www.alcyone.com/max/lang/esperanto/
 An Esperanto reference for English speakers.



More information about the Python-list mailing list