|
|
|
|
|
by ssivark
2170 days ago
|
|
You might also enjoy Stefan Karpinski’s talk at JuliaCon 2019 about how multiple dispatch helps make the language more expressive (than OOP, for Eg). The unreasonable effectiveness of multiple dispatch https://youtu.be/kc9HwsxE1OY It seems like such an elegant idea, I’m somewhat surprised no one seems to have run with it earlier. |
|
It's hard to get back to OOP once you're used to multiple dispatch. It's so natural and gets rid of the the question of "which class should I write this method in"?