Overloading methods in C API

Mike Meyer mwm at mired.org
Sun Jan 19 10:55:43 EST 2003


Afanasiy <abelikov72 at hotmail.com> writes:

> On 18 Jan 2003 19:56:24 GMT, Grant Edwards <grante at visi.com> wrote:
> Otherwise, I have a tough time thinking of a language
> that doesn't have operator "overloading"...

BCPL, maybe. The only type it had was integer. You could dereference
them, but adding one and dereferencing got the next integer, with no
overlap. It did have binary and unary operators that shared
spelling.constants.  See <URL:
http://cm.bell-labs.com/cm/cs/who/dmr/bcpl.html >.

        <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.




More information about the Python-list mailing list