Hacker News new | ask | show | jobs
by rbehrends 3264 days ago
C++ templates are a very idiosyncratic way of doing parametric polymorphism, and the C/C++ compilation model is even more idiosyncratic. You cannot make general statements about parametric polymorphism based on that.
1 comments

Everything I said was based on my experience with C++, I was making pointed statements not general ones.