lambdak: multi-line lambda implementation in native Python

Chris Angelico rosuav at gmail.com
Sat Jan 17 17:04:25 EST 2015


On Sun, Jan 18, 2015 at 8:56 AM, Gregory Ewing
<greg.ewing at canterbury.ac.nz> wrote:
> Ruby doesn't have that problem because it doesn't
> have functions, only methods, and the only thing you
> can do with a method in Ruby is call it.

So functions aren't first-class objects in Ruby? Bleh. I've become
quite accustomed to passing them around casually, in several
languages. Even C lets you pass function pointers around.

ChrisA



More information about the Python-list mailing list