Hi,
In message "Re: Why not adopt "Python Style" indentation for Ruby?"
on Fri, 18 May 2007 16:25:03 +0900, Chris Dew <cmsdew / googlemail.com> 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.