merits of Lisp vs Python
Espen Vestre
espen at vestre.net
Mon Dec 11 10:45:34 EST 2006
Paul Rubin <http://phr.cx@NOSPAM.invalid> writes:
> If you say foo.frob() in Python, that's supposed to look up 'frob' in
> a dictionary hanging off of foo. You can modify the contents of this
> dictionary any time you want.
You can redefine CLOS methods at run time any time you like, so this
doesn't make Python more /dynamic/ than CLOS. Maybe you should replace
"more dynamic" with "less managable", if that's what you mean?
--
(espen)
More information about the Python-list
mailing list