Prototype OO
Steven D'Aprano
steve at REMOVE-THIS-cybersource.com.au
Fri Mar 21 07:21:12 EDT 2008
On Fri, 21 Mar 2008 11:43:33 +0100, sam wrote:
> I can see that Python and Javascript inheritance model is almost the
> same. Both languages are dynamically typed. And it seems that using
> "classes" in Python makes some things more complicated then it is
> necessary (eg functions, methods and lambdas are differen beeing in
> Python concept).
Please explain why you think that functions are more complicated in
Python because of the class model.
--
Steven
More information about the Python-list
mailing list