On 2008-10-10, at 02:29EDT, Brendan Eich wrote:

> An agreement from TC39 this past sprint was that function definitions
> directly nested in blocks, not specified by ES3, defined block-local
> (let) bindings.

Holy smokes.  Does that mean we are all going to be writing

   function ... () {{
     ...
   }}

to get 'normal' scoping of function body declarations???  Will `var`  
mean `let` in those double-curly bodies?  Might as well let `let` not  
be a keyword...

Dejá-vu, all over again.
_______________________________________________
Es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to