Python Macros

Jacek Generowicz jacek.generowicz at cern.ch
Tue Oct 5 04:05:10 EDT 2004


Bruno Desthuilliers <bdesth.quelquechose at free.quelquepart.fr> writes:

> Well, I'd rather say that *all* OOPLs support message passing.

Not all. Common Lisp, for example does not support message pasing out
of the box (even though it's easy to implement a message-passing
object system yourself, in CL). The Common Lisp Object System (CLOS)
is based on generic functions.




More information about the Python-list mailing list