On Wed, Jul 21, 2010 at 2:58 PM, Nick Coghlan
<ncoghlan@gmail.com> wrote:
> let me toss in an alternative syntax:
> given:
> suite
> do:
> suite
However, writing it that way has even less to offer over ordinary
local variables than the postfix given clause.
Perhaps. I do think it looks more like Python. The PEP says it's "some form of statement local namespace". If that's the advantage, this alternative offers it. If the advantage is that it introduces a different execution order, then the PEP should make the case for that.