<div dir="ltr"><div>[Greg Ewing] </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If we wanted to be true to the original we should call<br>them "caret expressions" and write<br>    ^(x, y): x + y<br>Nice and quiet!</blockquote><div><br>I actually... kinda like that. <br><br>It doesn't really check any of my boxes, but it's better than 'lambda'. </div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 23, 2018 at 12:55 AM Greg Ewing <<a href="mailto:greg.ewing@canterbury.ac.nz">greg.ewing@canterbury.ac.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Chris Angelico wrote:<br>
> for those who<br>
> know Greek, it's like calling something an "S-expression", which is<br>
> fairly obviously an abbreviation for something. ("Symbolic<br>
> expression", I think? Someone might correct me there.)<br>
<br>
Yes, except that lambda is an even more arbitrary choice of<br>
letter -- as far as I know, it doesn't stand for anything.<br>
<br>
The story goes that, in his handwritten notes, Church used<br>
something like a caret or circumflex. When his work was<br>
published, the typesetter either misread it as a lambda<br>
or subsituted a lambda because it was the closest thing<br>
he had in his font, and from there on it stuck.<br>
<br>
> Abe Dillon <<a href="mailto:abedillon@gmail.com" target="_blank">abedillon@gmail.com</a>> wrote:<br>
>>I've also argued that the very form of lambda expressions is noisier than it<br>
>>otherwise needs to be. It's not like noise is only distracting to novice<br>
>>developers.<br>
<br>
If we wanted to be true to the original we should call<br>
them "caret expressions" and write<br>
<br>
    ^(x, y): x + y<br>
<br>
Nice and quiet!<br>
<br>
-- <br>
Greg<br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br>
</blockquote></div>