Hacker News new | ask | show | jobs
by Pet_Ant 2027 days ago
With macros you can easily build your own multiple dispatch, it's really not a concern.
1 comments

Well, there's at least the concern that multiple dispatch results in unsafe edge cases across module boundaries, apparently.

So, multiple dispatch as a library yes (and racket has that), but probably not ok in the core language?