Today I have noticed one interesting remark from Douglas Crockford on arrow functions: "you will need to use the old functions to write self-recursive functions" - http://www.yuiblog.com/blog/2012/03/30/what-is-the-meaning-of-this
Is that really going to be the case ? I was so much looking forward to [proper tail calls](http://wiki.ecmascript.org/doku.php?id=harmony:proper_tail_calls) and making arrow functions incompatible would be really bad, specially since they seem to be more functiony than current functions. Why not allow naming arrow function or have some syntax for making recursive calls ? Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

