From: Yukihiro Matsumoto Date: 2007-05-18T16:38:05+09:00 Subject: Re: Why not adopt "Python Style" indentation for Ruby? Hi, In message "Re: Why not adopt "Python Style" indentation for Ruby?" on Fri, 18 May 2007 16:25:03 +0900, Chris Dew writes: |What are the reasons why this isn't used/implemented/liked? Python style block by indentation is an interesting idea, but it works badly with * tab/space mixture * templates, e.g. eRuby * expression with code chunk, e.g lambdas and blocks So I'd rather be conservative here. matz.