6/26/2010
•
EN
MultiMethods for Python
Explores the concept of multimethods (generic dispatch) in Python, presenting a custom implementation using decorators and type-based dispatch.