On 6 December 2012 17:25, Claus Reinke <claus.rei...@talk21.com> wrote:
> I was hoping for something roughly like
>
>    let lhs = rhs; statements
>        // non-recursive, scope is statements
>
>    let { declarations }; statements        // recursive, scope is
> declarations and statements

Problem is that you need mutual recursion between different binding
forms, not just 'let' itself.

/Andreas
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to