Talk:Python (programming language): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 5:
Yes, Python really does have some built-in functional programming features such as "map()", "filter()", "reduce()" and a somewhat limited "lambda", although I've read that Guido van Rossum now regrets including these features in the language. As a more readable and "Pythonic" alternative, "list comprehensions" were more recently introduced into the language and can often be used instead of the older functional programming constructs.
--------------------------------------------------------------------------------
I do not think Python is 'strongly influenced' by Perl. In fact the design philosophy is diametrically opposite in some senses.[[talk:pasokan|pasokan]]