Hacker News new | ask | show | jobs
by bluepnume 19 days ago
Probably if nothing else, impossible to have it perform well without static typing?
1 comments

But traversing the prototype chain (to figure out method dispatch) is also potentially slow without static typing, and we're managing that ok, no?
True enough. Although personally I prefer to just use regular functions rather than big inheritance chains.