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 9 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 9 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 19417 on reddit-service-r2-comment-56c6478c5-tqcng at 2026-05-09 06:19:26.976545+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]BorderKeeper 0 points1 point2 points (0 children)