r/programmingmemes 17d ago

writingHelloWorldWithoutAllTheGear

Post image
427 Upvotes

108 comments sorted by

View all comments

112

u/Anon_Legi0n 17d ago

Python devs are really insecure about their normie programming language

-19

u/REDthunderBOAR 17d ago

Almost like they do different jobs. Python being a C++ offshoot.

25

u/Luk164 17d ago

More like wrapper

8

u/Obmanuti 17d ago

C++ offshoot is crazy lmao. Wrapper is generous enough.

1

u/cheese_master120 16d ago

Idk why people make such a big deal of Python using C under the hood. As far as I'm concerned, C uses ASM under the hood so wouldn't that make C a ASM wrapper as much as Python is a C wrapper?

2

u/Comfortable-Light754 15d ago

Yes and ASM is just a wrapper for binary.

1

u/ohYuhtBoutMagine 14d ago

Yeah and binary is just a wrapper for logic gates

1

u/Luk164 14d ago

Tell me you don't know how compilers work without telling me lol

Modern compilers are a sight to behold, being able to automagically optimize your code for, strip unused pieces etc. etc. They are basically magic as far as I am concerned