If Python has a million fans, Iโm one of them
If Python has a 5 fans, Iโm one of them
If Python has no fans, Iโm no longer alive
If the world is against Python Iโm against the entire world
Till my last breath I will support Python
If Python has a million fans, Iโm one of them
If Python has a 5 fans, Iโm one of them
If Python has no fans, Iโm no longer alive
If the world is against Python Iโm against the entire world
Till my last breath I will support Python

@aleksana @nixCraft Golang is good until I comment a line. The compiler then refuses to compile until I add an _ before a variable declaration, or comment the line. Then it complains that one of the imports becomes unused, so I have to go comment a line at the start of the file.
Eventually it compiles only for the commented line to not be the right one. I then need to ctrl+Z the right number of times and repeat until I am done debugging a simple thing or I give up on the language.
Never again