262
submitted 3 months ago* (last edited 3 months ago) by pkill@programming.dev to c/programmer_humor@programming.dev

...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
[-] xmunk@sh.itjust.works 41 points 3 months ago

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.

[-] eestileib@sh.itjust.works 17 points 3 months ago* (last edited 3 months ago)

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

[-] Diplomjodler3@lemmy.world 26 points 3 months ago

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

[-] slice1@lemmy.ml -4 points 3 months ago

Yeah, it is a completely nonsensical thing to complain about. I hate to go around matching curly brackets like some braindead nematode. If you use more than two levels you should rewrite the code in most cases... just use advanced indexing and vectorization (by pythonic ;p). Or you can loop around like a freaking peasent in your inefficient garbage code that nobody can read because it is cluttered with comments explaining basic stuff. There is a reason Python is popular... and it is not because no one can read it. Same goes for dynamic typing - it is a blessing for most tasks. I do not want to explain to the machine what every temporary variables means...

load more comments (7 replies)
load more comments (7 replies)
load more comments (12 replies)
this post was submitted on 23 May 2024
262 points (91.5% liked)

Programmer Humor

19171 readers
1620 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