What is not objects in Python?

namekuseijin namekuseijin at gmail.com
Tue Sep 30 00:03:07 EDT 2008


On 28 set, 15:29, process <circularf... at gmail.com> wrote:
> I have heard some criticism about Python, that it is not fully object-
> oriented.

So what?

> Why isn't len implemented as a str.len and list.len method instead of
> a len(list) function?

Because postfix notation sucks.  The natural way of spelling is
adjective+noun and verb+predicate.  That's one of the reasons I like
Lisp better than Python.



More information about the Python-list mailing list