Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Python is better than Perl6

Name: Anonymous 2011-01-23 7:35

Python is better than Perl Six! Read this delightful article from a PROFESSIONAL GOOGLE SOFTWARE ENGINEER.

http://everythingsysadmin.com/2011/01/python-is-better-than-perl6.html

Name: Anonymous 2011-01-23 10:04

>>8,9
However, you can most certainly implement something like prog1 or progn in Python, and you can even do it with lambda:

prog1 = lambda *a: [f() for f in a][0]
progn = lambda *a: [f() for f in a][-1]


You can get very, very far indeed in Python without any "statements", especially if you plan on writing code with NO EXCEPTIONS.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List