Bill Baxter Wrote: > Good counterpoints to my argument. So I give up on that line. > > Here's another, how do you implement the opBinary_r operators with opDispatch? Kinda cooky, but what about this: a + b -> b.opDispatch!("r+" )(a) -Steve