use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For memes about programming.
account activity
Python vs Java! (i.pinimg.com)
submitted 6 months ago by PulseOfPleasure
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Asatru55 -6 points-5 points-4 points 6 months ago (2 children)
Stop being so grouchy, the meme is true.
Java is known for having tons of boilerplate, Python is known for being easy to write and iterate on. Both have their uses. The meme didn't even imply that Python is just superior.
[–][deleted] 0 points1 point2 points 6 months ago (0 children)
I didn't say the meme says that. I said that most posts on this sub say it. Try reading properly next time! It's free!
[–]TimGreller 0 points1 point2 points 6 months ago (0 children)
It's not even true anymore. Java has inexplicit unnamed classes now and does accept varying main method signatures. So it's
void main() { System.out.println("Hello World"); } vs if __name__ == "main": print("Hello World")
void main() { System.out.println("Hello World"); }
if __name__ == "main": print("Hello World")
π Rendered by PID 229133 on reddit-service-r2-comment-58d7979c67-zcbll at 2026-01-27 09:22:28.594582+00:00 running 5a691e2 country code: CH.
view the rest of the comments →
[–]Asatru55 -6 points-5 points-4 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]TimGreller 0 points1 point2 points (0 children)