Lager'd Statistics on language migration

Martin DeMello martindemello at yahoo.com
Tue Sep 7 02:02:59 EDT 2004


Alex Martelli <aleaxit at yahoo.com> wrote:
> 
> Can you point out some specific behavior, some language-design choice, 
> where Ruby is farther away from Perl than Python is?

Ruby's functional constructs (map, reduce, zip etc) are method calls on
enumerable objects, rather than perl/python-style orthogonal application
of a lambda to an enumerable.

martin



More information about the Python-list mailing list