Hacker News new | ask | show | jobs
by macintux 2660 days ago
Exactly. I don’t know what the typical industry term for it might be.
2 comments

Multiple Dispatch / Multimethods (I think?)
Interesting, it appears that multiple dispatch is accurate. Thanks.
Pattern matching!
No, it relies on that, but the creation of multiple function clauses via different matched heads itself isn't simply pattern matching.