Python Macros

gabriele renzi rff_rff at remove-yahoo.it
Tue Oct 5 06:44:17 EDT 2004


Jacek Generowicz ha scritto:

> _Most_ object-oriented languages support object orientation via the
> message passing paradigm. Python included.

I disagree slightly.
I think the difference is really subtle, but there are some dict-based 
languages like python and some message-based like smalltalk.
Actually I think the discriminating is having a doesNotUnderstand:-like 
facility versus a __getattr__ one.




More information about the Python-list mailing list