Signature-based Function Overloading in Python
Michael Rudolf
spamfresser at ch3ka.de
Sun Feb 28 01:07:41 EST 2010
Am 27.02.2010 10:00, schrieb alex23:
> Michael Rudolf<spamfres... at ch3ka.de> wrote:
>> In Java, Method Overloading is my best friend
>
> Guido wrote a nice article[1] on "multimethods" using decorators,
> which Ian Bicking followed up on[2] with a non-global approach.
>
> 1: http://www.artima.com/weblogs/viewpost.jsp?thread=101605
> 2: http://blog.ianbicking.org/more-on-multimethods.html
Nice!
I really liked
http://bob.pythonmac.org/archives/2005/03/30/five-minute-multimethods-in-python-using-dispatch/
More information about the Python-list
mailing list