On Feb 5, 2010, at 10:58 AM, Kurt Smith wrote:

> Along with that:  we discussed using the ampersand as the conjunctive
> for the different stride and memory access flags (I thought it was
> more pythonic, although less 'C'-like), or we could also go with the
> pipe (|) symbol instead, ala C flags.  If it's already decided and
> behind us, then I'm fine with it.

Personally, I think the best would be "and" a la Python. When I see |  
and &, I instinctively parse that as C flags (and the example you gave  
threw me for a loop for a sec, but I didn't want to bring it up  
myself.) Of course using | as in C will probably be unfamiliar to  
those with only Python experience, and doesn't read as well.

- Robert

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to