Importance of C# (was Re: IronPython-0.6 is now available!)

Michael Hudson mwh at python.net
Tue Aug 3 08:42:32 EDT 2004


"Edward Diener" <eldiener at earthlink.net> writes:

> Tor Iver Wilhelmsen wrote:
> > Lawrence Oluyede <raims at dot.com> writes:
> >
> >> Nesting classes is an unneeded complication, and AFAIK is not pure
> >> MI. I think that the only "bare MI support" that Java does have are
> >> MI of interfaces...
> >
> > There is nothing pure about MI. But that's a religious dicussion.
> > Python handles it better than C++ at least.
> 
> Why do you say that ? In other words, what in Python's implementation of MI
> is superior to C++'s implementation of MI ?

Cooperative super calls and the notion of an MRO are *vastly* superior
to the horrors of C++.

MI with classic classes in CPython kinda sucks in comparison.

Cheers,
mwh

-- 
 "I lacked the courage to investigate the weaknesses of the wicked,
  because I discovered they are the same as the weaknesses of the
  saintly."                       -- The Name Of The Rose, Umberto Eco



More information about the Python-list mailing list