Steven D'Aprano a écrit :
On Tue, 09 Feb 2010 17:49:21 +0100, Bruno Desthuilliers wrote:
Not that much C++ in Python, IMHO. If that's for the OO part, then the
closer to Python's object model I can think of is javascript.
I thought that Javascript didn't even have inheritance until recently?
If you mean "class inheritance", it's obviously not something you'd
expect to find in a prototype based language. But inheritance works with
prototypes too.
--
http://mail.python.org/mailman/listinfo/python-list