Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bstamour
on March 17, 2018
|
parent
|
context
|
favorite
| on:
What can we learn from how compilers are designed?
So virtual function overloading?
Can you give a small bit of sample code to demonstrate what you mean?
ZephyrP
on March 18, 2018
[–]
just ordinary virtual function that discriminates upon arguments (at compile-time).
zenhack
on March 18, 2018
|
parent
[–]
Yeah, multiple dispatch implies more than one argument involved in the dispatch decision
at runtime
. So that's not the same thing.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Can you give a small bit of sample code to demonstrate what you mean?