On Sat, 2010-07-10 at 14:45 +0900, Ryan Davis wrote:
> 
> On Jul 9, 2010, at 5:42 PM, Jan Lelis <prog / janlelis.de> wrote:
> 
> > Unfortunately, it is not always possible (or good) to keep the code
> > short and flat...
> 
> Wrong wrong wrong. I cannot disagree more. 
> 

I mean, of course, you should try to keep it short... but I think the

       end:do
     end:if
   end:def

is not too much nested, in most cases. I do not want to put every block
or if into its own method...

_____
J-_-L