From: Gavin Sinclair Date: 2009-11-04T19:55:06+09:00 Subject: Re: Ruby doesn't implement x++ for Fixnum's because ??? On Nov 4, 5:58 pm, Charles Oliver Nutter wrote: > > There's really no reason it shouldn't be added [...] There's no reason it _should_ be added. That's the reason it shouldn't be. > I have seen no convincing argument as to why ++ is not supported in Ruby. You've got the onus the wrong way around. And adding C-like operators based on a partiular assembly language to any 21st century language, especially a high-level one, just seems absurd! Extra documentation so we can save three characters (a++ instead of a += 1) in a rare use case? No thanks! -- Gavin Sinclair