Y
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
mercer
2659 days ago
Multiple Dispatch / Multimethods (I think?)
link
macintux
2659 days ago
Interesting, it appears that multiple dispatch is accurate. Thanks.
link
mgradowski
2660 days ago
Pattern matching!
link
macintux
2660 days ago
No, it relies on that, but the creation of multiple function clauses via different matched heads itself isn't simply pattern matching.
link