[Cython] strict aliasing problem with subclass method
Greg Ewing
greg.ewing at canterbury.ac.nz
Sun Mar 1 00:18:41 CET 2009
Dag Sverre Seljebotn wrote:
> There are certain things the
> compiler simply cannot do automatically for you; FORTRAN "solves" this
> problem by being a very restricted language, while C has taken a different
> route and tries to keep the flexibility while still going in a direction
> which makes it as efficient.
Well, I think it's a mistake to try to turn C into a
language that's all things to all people. Those with
Fortran-envy should either use Fortran or design a
new language that gives them what they want -- not
stuff C up for the rest of us.
--
Greg
More information about the Cython-dev
mailing list