lambdak: multi-line lambda implementation in native Python
Chris Angelico
rosuav at gmail.com
Sat Jan 17 17:04:25 EST 2015
More information about the Python-list mailing list
Sat Jan 17 17:04:25 EST 2015
- Previous message (by thread): lambdak: multi-line lambda implementation in native Python
- Next message (by thread): lambdak: multi-line lambda implementation in native Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): lambdak: multi-line lambda implementation in native Python
- Next message (by thread): lambdak: multi-line lambda implementation in native Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list