Russel Winder <[email protected]> wrote:

The Python mechanism relies on the fact that despatch is by name and not
by signature.  Languages that dispatch by signature will have
significantly greater problems!

Hardly. Just like with default arguments, the compiler would add in the
missing stuff and use the simple signature. The parameter names would not
be part of the signature.

--
Simen

Reply via email to