It's hard to type λ on many keyboards. ƒ is easier, but neither is backward-compatible: js> ƒ = 1 1 js> ƒ 1 js> λ = 2 2 js> λ 2 We rejected these already for these reasons. I think "use fn;" (real pragma syntax), with the low-precedence assignment-_expression_ fn (params) assign-expr production, wins. What do you think? /be |
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss


