Joshua Ballanco wrote:
> It's at this point that I started to wonder if you've had a look-see at 
> _why's new language, Potion? Specifically:
> 
>> * Deeply nested blocks can be closed quickly. I don't like significant 
>> whitespace, personally. But I don't like end end end end.
>> say = (phrase):
>>   10 times (i):
>>     20 times (j):
>>       phrase print
>> _say
>> The closing "_ say" ends the block saved to "say" var.

Or maybe some variation on Lisp's superparenthesis?

http://www.gavilan.edu/csis/languages/parentheses.html

-- 
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407