On Sat, Jun 21, 2008 at 08:59:25AM +0200, Dag Sverre Seljebotn wrote:
> The negative indices thing is potentially confusing to new users. Pex uses
> a different syntax (arr{i, j} for efficient array lookups) partly to make
> this fact very explicit. Thoughts?

I don't like the different syntax. I would really be happy if Cython code
could stay as close as possible to python code. In particular we want to
make it as easy as possible to prototype code in Python and move it to
Cython.

My 2 cents,

Gaƫl

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to