|
|
|
|
|
by a_strange_guy
5268 days ago
|
|
Well that is the beauty of it.
In Scala methods/functions that come after the dot are privileged. In a language with multiple dispatch they are not. So CL solves the problem without adding more complexity, whereas in Scala you have to extort yourself to shoehorn some functionality after the dot. |
|