Robert Bradshaw wrote: > This happens to be one of my pet peeves about C. Writing "int* a, b" > to declare two variables of two types is, IMHO, just ugly
That's because you're writing it in a perverse and confusing way. It's really int *a, b > I'd rather not propagate it. However, given that we're already modelling type declarations on C, I think it's preferable to be consistent about it. Following C in some places but not others would be confusing. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
