|
|
|
|
|
by arethuza
5302 days ago
|
|
Sounds like the author of the article has no idea what a multimethod actually is then. :-) Dynamic binding (in various forms) is arguably a pretty common language feature and generally nothing like as powerful as full multimethod implementations (let alone what is possible in CLOS). |
|
The author (me) knows what multimethods are. I did however not find a better term to refer to the `iter(x)` -> `x.__iter__()` / `x.__getitem__()` concept.