this post was submitted on 04 Apr 2024
240 points (93.5% liked)

Programmer Humor

18250 readers
1319 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 2 months ago (4 children)

How? For real I hate python not having ; and { and depending on tabs and spaces (PAIN)

[–] dustyData 8 points 2 months ago

Python supports both, it's just not pythonic. It's not the way it's meant to be written but you can write them if you want/are a masochist, because of the syntax's flexibility.

[–] [email protected] 5 points 2 months ago

You can end any statement in Python with a semicolon, you can also put multiple statements on the same line, putting a semicolon between them.

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

Nice, my lovely C syntax. Thank you!

[–] jaybone 1 points 2 months ago

You should try ruby.