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

Python 3 sucks

Name: Anonymous 2009-01-12 14:10

The third version of FIOC ( Python3000 for you cheese lovers ) is kind of lame, even lamer than classic FIOC. Minor changes suck and bigger ones weren't necessary.

Name: Anonymous 2010-04-11 9:27

>>32
It's a way to write functions without giving them a name, or am I missing something?

Name: Anonymous 2010-04-11 10:50

>>33
The only real point is to provide a nice, concise way to define inline functions, for which Python's lambda functions are basically as good as it gets.
The only possible objection to Python's lambda functions isn't an objection to the lambda functions themselves, but to the fact that there is a distinction between statements and expressions, which is fair enough.

Name: Anonymous 2010-04-11 10:50

>>33
It's a way to write functions as values. You can give them a name by variable assignment or binding or whatever it's called in your language.

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