Hacker News new | ask | show | jobs
by detaro 1820 days ago
so you are using a different definition of dynamic dispatch than the rest of the software industry.
1 comments

I am using a conception (NOT a definition) that is actually dynamic.

If you can type-check your dispatcher at compile time then there is nothing dynamic about it.

Decidable (ahead of time) means your function is fully determined. Something that is fully determined is not dynamic.

It is the conception computer scientists use.