> > I think that arrays are just syntax on pointer is indeed the key > reason for how C works here. Since a[b] really means a + b (which is > why 5[a] and a[5] are the same), I don't see how to do it differently. >
Holy crap! You can do that in C?!
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
