On 6 December 2012 17:25, Claus Reinke <[email protected]> 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 [email protected] https://mail.mozilla.org/listinfo/es-discuss

