17:44 | <ljharb> | does ecma's website not list members anymore? |
17:45 | <rkirsling> | https://www.ecma-international.org/about-ecma/members/ |
17:59 | <ljharb> | rkirsling: thanks, where did you find that link? |
18:11 | <rkirsling> | just from the site header |
18:11 | <ljharb> | ahh not sure how i missed it, thanks |
18:14 | <rkirsling> | no prob :) |
22:14 | <rickbutton> | a curious history question: why does for/of only accept AssignmentExpressions on the rhs instead of just Expression? |
22:14 | <rickbutton> | (as opposed to for/in, which allows Expression) |
23:17 | <rkirsling> | oh god |
23:17 | <rkirsling> | it's because `for (x in 0, [1,2,3])` is valid |
23:17 | <rkirsling> | horrifying. |
23:18 | <ljharb> | ew |