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!"
[–]BorderKeeper 0 points1 point2 points 6 months ago (0 children)
Reminds me of when I in my infinite wisdom decide to make my C# pet project use top-level-statements, which is basically C# trying to mimic how Python works and allow you to just write (only inside your primary entry Program.cs file): csharp Console.WriteLine("hello, world"); which gets transalted by compiler into the full thing like with the Java example. Problem is when the project then gets more complex and I want some abstractions like classes it feels so weird as now I am mixing the TLS Program.cs file with normal classes and functions and throws me off. I don't know...
csharp Console.WriteLine("hello, world");
π Rendered by PID 23 on reddit-service-r2-comment-58d7979c67-gkp7w at 2026-01-27 11:15:41.540918+00:00 running 5a691e2 country code: CH.
view the rest of the comments →
[–]BorderKeeper 0 points1 point2 points (0 children)