this post was submitted on 23 May 2024
266 points (91.6% liked)

Programmer Humor

19564 readers
1517 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
 

...from people who seem to refuse to install paredit or coloring plugins for either? ps lisp syntax ftw, it's a feature!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 41 points 5 months ago (15 children)

Who hates s-expressions? They're elegant as fuck...

Python, on the other hand, deserves all the hate it gets for making whitespace syntactically significant - I even prefer Go's hamfisted go fmt approach to a forced syntax to python's bullshit.

[–] [email protected] 17 points 5 months ago* (last edited 5 months ago) (9 children)

I dgaf about indices starting at 0 or 1, I can deal with case-insensitivity, but syntactically significant whitespace drives me up the wall.

[–] [email protected] 26 points 5 months ago (8 children)

What's so hard to understand about it? It's how you should format your code anyway. Only it's enforced.

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

sometimes, a script needs to be edited in a plain text editor, without having access to an lsp or any other dev tools.

load more comments (7 replies)
load more comments (7 replies)
load more comments (12 replies)