From: Robert Klemme Date: 2007-05-18T23:00:07+09:00 Subject: Re: Why not adopt "Python Style" indentation for Ruby? On 18.05.2007 15:36, Yukihiro Matsumoto wrote: > Hi, > > In message "Re: Why not adopt "Python Style" indentation for Ruby?" > on Fri, 18 May 2007 22:01:13 +0900, Daniel Martin writes: > > |Note that the Haskell folks have managed to evolve a language in which > |python-like spacing can be used to mark the extent of discrete code > |chunks, but so can traditional braces. > > I admit Haskell syntax is much better than Python's. But I am not yet > sure if it can be applied to Ruby. Just to throw in my 0.02EUR here: I don't think it's worth the effort (which I guess is huge) because Ruby's syntax *is* concise already. If I got to decide I would rather see those efforts go into JVM based Ruby implementations and / or native threads. But that's just my personal preference. Kind regards robert