|
|
|
|
|
by oscardssmith
1793 days ago
|
|
I haven't used lisp a ton, so I might be missing something here, but as I understand it, multiple dispatch in lisp is opt in. The downside of this is that since it has a performance penalty, people didn't use multimethids for core functions like +, so you lose the benefits multiple dispatch offers. |
|
Even though low-level numeric code might not be written with them, large parts of applications often are written using them.