Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
story
0 points
anonymoushn
5y ago
0 comments
Share
By type-driven dispatch do you mean dynamic dispatch on more than 1 parameter? Most statically typed languages do not have this and you have to write a bunch of boilerplate to get them to pretend that they do.
0 comments
default
newest
oldest
mintplant
5y ago
No, I'm referring to things like specialization, which you'll see used in any large language runtime built in C++, for example.
anonymoushn
OP
5y ago
So "type driven dispatch" meant only dispatch that can be decided at compile time? Is it even called dispatch at that point?
mintplant
5y ago
Yeah, static dispatch.
j
/
k
navigate · click thread line to collapse