this post was submitted on 08 Sep 2024
1215 points (98.3% liked)

Programmer Humor

32041 readers
1108 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] interdimensionalmeme@lemmy.ml 26 points 1 week ago (24 children)

Strong competition from yaml and json on this point however

[–] AVincentInSpace@pawb.social 33 points 1 week ago (17 children)

Alright, the YAML spec is a dang mess, that I'll grant you, but it seems pretty easy for my human eyes to read and write. As for JSON -- seriously? That's probably the easiest to parse human-readable structured data format there is!

[–] interdimensionalmeme@lemmy.ml 8 points 1 week ago (6 children)

My biggest gripe is that human eyes cannot in fact see invisible coding characters such as tabs and spaces. I cannot abide by python for the same reason.

[–] ReCursing@lemmings.world 3 points 1 week ago (2 children)

You can set those things to be visible in many editors. Its ugly tho

[–] rolling_resistance@lemmy.world 4 points 1 week ago (1 children)

Until you're doing an online course in a simplistic web editor. Don't ask me how I know 🥲

[–] ReCursing@lemmings.world 1 points 1 week ago

How do you... Oh sorry

But yeah that sounds unpleasant

[–] interdimensionalmeme@lemmy.ml 3 points 1 week ago (2 children)

The language should just let me specify which character I want for that. I would use ">".

[–] interdimensionalmeme@lemmy.ml 2 points 1 week ago

It would be a compiler directive, I think. Or let me type "end if" and just disregard the coding indentation

[–] ReCursing@lemmings.world 2 points 1 week ago

That'd be an editor thing rather than a language thing, I would have thought. It's probably configurable in some

load more comments (3 replies)
load more comments (13 replies)
load more comments (19 replies)