this post was submitted on 17 Dec 2025
464 points (96.0% liked)

Programmer Humor

27933 readers
674 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] 30p87@feddit.org -2 points 1 day ago (1 children)

Key point being, similar to some random languages. JS and Python Syntax don't fit a typed and compiled language at all.

Pretty syntax would probably be something like C, where not every single character already widely reserved for specific keywords (like !, ', =) is reused in completely random ways.

[โ€“] Kacarott@aussie.zone 7 points 1 day ago* (last edited 1 day ago)

Ah yes I also found macro syntax like vec![ and println!( to be a bit jarring at first. However I don't know if I would say that C's approach to macros is any nicer, with it's #define magic