this post was submitted on 02 Feb 2024
1047 points (98.3% liked)

Programmer Humor

32253 readers
186 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] magic_lobster_party@kbin.social 95 points 8 months ago* (last edited 8 months ago) (36 children)

I would swap Python with C++. Constantly dealing with stupid runtime errors that could’ve been easily captured during compile time.

Did you forget to rename this one use of the variable at the end of the program? Sucks for you, because I won’t tell you about it until after 30 minutes into the execution.

[–] fidodo@lemmy.world 6 points 8 months ago (1 children)

Seriously, in what way does the python interpreter protect you?

[–] alphafalcon@feddit.de 1 points 8 months ago

It doesn't. It carries you by having a module for absolutely everything even shooting yourself in the foot.

load more comments (34 replies)