Re: [Python-Dev] extended bitwise operations

2006-04-20 Thread Josiah Carlson
Dennis Heuer <[EMAIL PROTECTED]> wrote: > I often experiment with touring machine algorithms and play around with > alternative arithmetics. I'd like to do that with python but it offers > only the standard bitwise operators. They're fine if one wants to do > manipulations on the full integer. How

[Python-Dev] extended bitwise operations

2006-04-20 Thread Dennis Heuer
I often experiment with touring machine algorithms and play around with alternative arithmetics. I'd like to do that with python but it offers only the standard bitwise operators. They're fine if one wants to do manipulations on the full integer. However, I'd like to have direct (single) bit access