Re: bitwise vttables and ops

2003-07-09 Thread Leopold Toetsch
Luke Palmer <[EMAIL PROTECTED]> wrote: >> PS are there & | ^ Perl6 operators too, that do either int or stringwise >> operations depending on the left operand? > No, those are the junction operators (see Quantum::Superpositions), > which are going to be fun to write... A yes, thanks. Forgot about

Re: bitwise vttables and ops

2003-07-09 Thread Luke Palmer
> Comments welcome, > leo > > PS are there & | ^ Perl6 operators too, that do either int or stringwise > operations depending on the left operand? No, those are the junction operators (see Quantum::Superpositions), which are going to be fun to write... Luke