<p><br>
On Jul 17, 2012 1:00 PM, "angel" <<a href="mailto:andrey.gelman@gmail.com">andrey.gelman@gmail.com</a>> wrote:<br>
><br>
> I propose to introduce a reference to the current function, much like 'this' in a class method. Call it 'self' or 'thisFunc', or whatever ...<br>
> What might this be good for ?<br>
> For implementing recursion in a lambda function.<br>
> Writing in functional style, one creates many functions, and looking for reasonable names for these functions becomes unnecessarily painful.</p>
<p>I like that idea, although I don't know about the name.  We also might want more features such as access to syntacticly nested functions.<br>
</p>