does python support overloaded methods?(py newbie)
Jason Orendorff
jason at jorendorff.com
Mon Dec 31 23:03:16 EST 2001
More information about the Python-list mailing list
Mon Dec 31 23:03:16 EST 2001
- Previous message (by thread): does python support overloaded methods?(py newbie)
- Next message (by thread): Optimization help needed: Search and Replace using dictionary of parameters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> You /might/ say that it's a bigger deal in statically-typed > languages, but I think that's not even the case. Consider the > trouble that Python has handling coercions and binary > operators cleanly. Difficulty with type conversion rules and binary operators is not unique to Python. Languages with operator overloading have these problems, Python no more so than C++ or Ruby. ## Jason Orendorff http://www.jorendorff.com/
- Previous message (by thread): does python support overloaded methods?(py newbie)
- Next message (by thread): Optimization help needed: Search and Replace using dictionary of parameters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list