Stefan Behnel wrote: > Dag Sverre Seljebotn, 05.07.2010 10:56: > >> the example toki doki posted gets ugly, as one needs to do >> >> foo = vect.at(4)[0] + 10 >> >> to get the equivalent of the C++ "foo = vect.at(4) + 10". >> > > What's so ugly about that? > Just that it looks so different from corresponding C++ code. But yes, it is something one would quickly learn, and just having a single rule might be easier to learn than lots of candy.
Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
