Y
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
glkindlmann
19 days ago
But traversing the prototype chain (to figure out method dispatch) is also potentially slow without static typing, and we're managing that ok, no?
link
bluepnume
19 days ago
True enough. Although personally I prefer to just use regular functions rather than big inheritance chains.
link