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 13:26

>>42
Why is "hurr durr pass by reference has its uses" an argument in favor of Python over C++? C++ lets you pass by reference OR by value, depending on which one is better for the current situation. Though tbh I can't really think of any sort of situation where pass by value would be advantageous, unless maybe you want to use the argument as a decrement counter in a while loop without modifying the original, and that can be accomplished with pass by reference semantics by explicitly copying the value of the argument into a local variable in the body of the function.

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