Re: Semantics of vector operations

2004-01-31 Thread Luke Palmer
I wrote: > But I think that literal >> and << are quite nice alternatives for  and >  [1], and if the only think that's holding us back is the bitshift > operators, we should kill them -- turn them into functions or something. > C and C aren't so bad, are they? Or named operators. As in: $

Re: Semantics of vector operations

2004-01-31 Thread Luke Palmer
Austin Hastings writes: > > -Original Message- > > From: Gordon Henriksen [mailto:[EMAIL PROTECTED] > > Austin Hastings wrote: > > > > > OTOH, Robin's concern for how to code when you're stuck with 7 bit > > > ascii on the boot console of a Sun box remains valid, and *I* sure > > > would ra

RE: Semantics of vector operations

2004-01-31 Thread Austin Hastings
> -Original Message- > From: Gordon Henriksen [mailto:[EMAIL PROTECTED] > Austin Hastings wrote: > > > OTOH, Robin's concern for how to code when you're stuck with 7 bit > > ascii on the boot console of a Sun box remains valid, and *I* sure > > would rather have a short name available in a

Re: Semantics of vector operations

2004-01-31 Thread Gordon Henriksen
Austin Hastings wrote: OTOH, Robin's concern for how to code when you're stuck with 7 bit ascii on the boot console of a Sun box remains valid, and *I* sure would rather have a short name available in a standard way. Perhaps a solution is a cultural one, that it simply be a point of good style