Brendan Eich (2014-01-06T16:10:47.000Z)
domenic at domenicdenicola.com (2014-01-14T17:34:12.281Z)
David Herman wrote: > Glad to hear you're in favor! I'll be happy to co-champion. I will support your prospective championship ;-). To further constrain design (since design is mostly about leaving things out), I will address the ES4-era `let (x = y, z = z /* outer z*/) ...|` `let` blocks and `let` expressions, which came up recently. We should not revive these, given `do` expressions. `do`-exprs compose better with `let` and `const` (and other binding form) declarations. Sorry if this is obvious; wanted to settle it, since it came up here in the other thread.