|
|
|
|
|
by DNF2
2071 days ago
|
|
As far as I know, multiple dispatch is optional i clisp. It also exists in R, but again, is optional (and slow), and is therefore mostly unused, which limits its usefulness, making it less used, etc. etc. In Julia, it is default, so everything participates in multiple dispatch. It completely pervades the language, which is what makes it so useful. |
|