this post was submitted on 02 Sep 2024
890 points (99.1% liked)

Programmer Humor

32050 readers
1793 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

Incase it doesn't show up:

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 35 points 2 weeks ago (14 children)

Jokes aside, I struggle more with abominations like JavaScript and even Python.

[–] [email protected] 5 points 2 weeks ago (4 children)

Yeah JavaScript is a bit weird, semicolons being optional and compulsory at the same time: I remember trying to build an electron example ~5yrs ago and it didn't work unless I put in the semicolons which the developers omitted.

Python is just glorified shell scripting. Libraries like numpy are cool but I don't like the indentation crap, I'm getting used to it because University likes it.

[–] [email protected] 2 points 2 weeks ago (1 children)

but I don't like the indentation crap

Do you not use indentation in other languages?

[–] [email protected] 1 points 2 weeks ago

Yes but it's difficult in a long program to tell which scope you are in or where one ends. I don't know what is so unfriendly about { and }, my editor can highlight pairs of them, it's just nicer to work with.

load more comments (2 replies)
load more comments (11 replies)