265
submitted 6 months ago* (last edited 6 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 6 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 6 months ago* (last edited 6 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 6 months ago

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

[-] Lysergid@lemmy.ml -3 points 6 months ago

No it’s how Python wants you to format. Many times I want to separate two logical sections in one function and can’t coz Python go crazy

[-] umfk@lemmy.world 14 points 6 months ago

Can you give a concrete example? Because I don't understand what you mean.

[-] Diplomjodler3@lemmy.world 6 points 6 months ago

Just put them in separate functions. If you have too many levels of indent, your code is convoluted. Sticking to the line length limit sometimes forces you to write more lines than you'd like to. But it makes everything so much more readable that it's 100% worth the trade off

[-] xmunk@sh.itjust.works 3 points 6 months ago

What if the logic is more readable in one function?

I use whitespace to make my code more legible, python forces more whitespace consistency but it comes at the cost of limiting the legibility.

[-] AdamBomb@lemmy.sdf.org 5 points 6 months ago

Are you saying that you want to separate your two logical sections by having different levels of indentation and that’s what makes Python go crazy?

load more comments (4 replies)
load more comments (4 replies)
load more comments (9 replies)
this post was submitted on 23 May 2024
265 points (91.5% liked)

Programmer Humor

19623 readers
1 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