Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Darkler15878y#as a python3 dev this is killing me
print ("Hello World!")
#much better. I can sleep in peace -
Redo10838yAgain... How can you compare 3 languages based on which requires less lines for a "Hello world"...
I mean.. Cmon... -
beverest358yAlso MATLAB is as short, are we going to say Matlab beats Python because disp is shorter than print?
-
@kerith main has no return type, the namespace is missing, the return statement is outside of the function and misses a semicolon. Include <iostream.h> is also deprecated, it should be just <iostream>.
-
kerith2968y@WasserEsser omg, from all thr mistakes I focus on the least ovious one ,(maybe excluding the iclude). Dat return...
-
I don't know why people include the class and function declaration in Java to prove that it takes more code. It's the same for every class with the exception of what you decide to name it. It doesn't add anymore complexity to the logic of a program it's just dumb to include it. There's easier ways to prove that Java is verbose.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
Python has influenced me in work as Python be like 😂😂😂
undefined
programming language
python
c++
c
wk22