Hacker News new | ask | show | jobs
by throwit1979 4756 days ago
Runtime? Huh?

Whether it's static or dynamic is language-dependent. Example: Java in particular does erasure on parameterized types, so generics are only compile-time.