Y
Hacker News
new
|
ask
|
show
|
jobs
by
mintplant
1911 days ago
No, I'm referring to things like specialization, which you'll see used in any large language runtime built in C++, for example.
1 comments
anonymoushn
1911 days ago
So "type driven dispatch" meant only dispatch that can be decided at compile time? Is it even called dispatch at that point?
link
mintplant
1909 days ago
Yeah, static dispatch.
link