Hacker News new | ask | show | jobs
by MaxBarraclough 2556 days ago
> Lisps, of course support multimethods, which is great. There are some down sides, though. They are opt-in (defmethod) and tend to have a significant performance hit

Worse than faking it in (say) C++ using the visitor pattern?