Hacker News new | ask | show | jobs
by zephyrfalcon 5302 days ago
Basically yes. Although there are ways around it: http://www.artima.com/weblogs/viewpost.jsp?thread=101605
1 comments

Thanks - that looks quite neat.

It seems to me there is a big difference between having a language that is truly based on multimethods and one where it is possible to implement multimethods fairly easily - from what I can see Python looks more like the latter.