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

python

Name: Anonymous 2014-11-07 0:22

Why is python so fucking terrible?

Dynamic typing is shit and only good for toy programs.
Indenting a line incorrectly breaks your entire program.
Guido is a retard.
The sort of smug look you imagine python coders have when they think about their shit language.

Name: Anonymous 2016-10-10 15:49

>>43
Python isn't pass by reference. It uses the Lisp system.

def f(x):
x = "it changed"

foo = "it didn't change"
f(foo)
print foo


Pass by reference would assign "it changed" to foo.

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