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-20 4:46

Python's inner functions are retarded.
>>> def foo():
...  def bar():
...    print x
...  x = 9
...  return bar
...
>>> foo()()
9

There is no good reason that x should be in scope there.

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