Hacker News new | ask | show | jobs
by kazinator 4359 days ago
"has nothing to do" ... says you! I didn't describe static parametric polymorphism. Some of the things I described are doable with static parametric polymorphism in some limited circumstances.
2 comments

Well, you described parametric polymorphism (a generic Nth function) and then switched to talking about dispatching on tags at runtime. You are mistaken; those really are completely unrelated concepts.
Please, identify which things can't be done with parametric polymorphism. It is not clear what you are referring to.