5 ms·
What were their reasons?
by queuebert 1y ago
What were their reasons?
- pansa2 1y agoI suspect: Julia's multiple dispatch means that all arguments to a function are treated equally. The syntax `b(a, c)` makes this clear, whereas `a.b(c)` makes it look like `a` is in some way special.