From: matz@... (Yukihiro Matsumoto) Date: 2001-05-16T16:49:11+09:00 Subject: [ruby-talk:15256] Re: Discussion on new Ruby features Hi, In message "[ruby-talk:15254] Re: Discussion on new Ruby features" on 01/05/16, Stefan Nobis writes: |What about only make it an option to not only overwrite operator + but also to |overwrite operator +=. So if anyone is concerned about speed, he may overwrite |+ and += and the rest can just work with overwriting operator +. So if Ruby |finds only operator +, everything works just like it does now, but Ruby now |looks, if it can find operator +=, this one is used and it is not |automatically generated. Why hate "<<" so much? I think it's good to mention side effect explicitly in code appearance. matz.