this post was submitted on 10 Feb 2024
220 points (100.0% liked)

196

16359 readers
1873 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
220
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 
top 29 comments
sorted by: hot top controversial new old
[–] [email protected] 42 points 8 months ago (3 children)

Nope, Haskell was just a bad dream I had. It was just a dream, not real, that's not real. I'm OK.

[–] [email protected] 21 points 8 months ago

There there, the monads can’t hurt you here

[–] [email protected] 15 points 8 months ago

Haskell is nice. This code style... not so much

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

A distant voice:

Learn you a Haskell for great good

[–] [email protected] 32 points 8 months ago (2 children)

If all your code isn't on one line you aren't a real programmer.

[–] [email protected] 2 points 8 months ago

I wonder if you could have it all on one column.

[–] [email protected] 2 points 8 months ago

I prefer to newline after every symbol for better readability

[–] [email protected] 28 points 8 months ago (2 children)
[–] [email protected] 4 points 8 months ago

Let me explain...

[–] [email protected] 2 points 8 months ago

Imagine having to use {}; instead of

[–] [email protected] 26 points 8 months ago* (last edited 8 months ago)

OP is clearly a python user incapable of understanding punctuation

Embrace the brace, you won't be alone with a semi-colon(...e)

[–] [email protected] 22 points 8 months ago (1 children)

Kernighan & Ritchie. This is the hill I choose to die on.

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

The only correct answer

[–] [email protected] 17 points 8 months ago (3 children)

Allman or gnu, rest are fucking bonkers

[–] [email protected] 16 points 8 months ago (2 children)

Putting the opening curly brace of a code block on the same line that defines the conditions the code block will run under is bonkers?

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

There's an asymmetry to it that always left me uncomfortable.

[–] [email protected] 4 points 8 months ago

If we're judging purely on readability then I think Allman probably has the edge, here. You can see at a glance where the encasement starts or ends in a vertical column on the far left. Of course, that's a moot point if the programmer's color coding is set up to where it is obvious.

[–] [email protected] 15 points 8 months ago (1 children)
[–] [email protected] 3 points 8 months ago
[–] [email protected] 9 points 8 months ago* (last edited 8 months ago)

Lol, you deranged lunatic.

[–] [email protected] 15 points 8 months ago* (last edited 8 months ago) (1 children)

Reject the code block. Embrace the modularity. If you were going to write a code block, write a function instead.

[–] [email protected] 13 points 8 months ago (1 children)

If you must avoid code blocks, that means you can only use one line. I don't think you can be Turing complete if each function can only call one function. I don't even think you can get a context-free grammar, Chomsky normal form at least allows a variable to expand into two variables.

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

Please never bring up CNF again. I'm a year out of college, two years out of finite automata, and I still shudder when it's brought up.

[–] [email protected] 4 points 8 months ago* (last edited 8 months ago) (1 children)

I might have a personality disorder, but yeah seeing most code/languages (stuff more substantial than the image here) makes me think there's something really wrong with them or me (or both) because I don't see how you get into that. Though I know in many cases it probably could've been written differently.

I like 1 language*, but it uses whitespace. I mean that's not the defining factor, but there aren't really different styles like this (though there is spaces for indentation depth, and I usually went with 1 space instead of the standard 2 so there is that).

*=it's somewhat niche and I never really started with it because... userspace reasons I guess is the best way to put it

[–] [email protected] 2 points 8 months ago (1 children)
[–] [email protected] 2 points 8 months ago* (last edited 8 months ago) (1 children)

You got it. (mirror link)

I'm not sure if you guessed it or not because I've posted about it a few times in different contexts (thus why I try not to name drop now). I mean much of it is on me as well, change a few things about me and I might've done more with it.

[–] [email protected] 1 points 8 months ago

Nah, it's just the only language I know with Python syntax, other than Python

[–] [email protected] 4 points 8 months ago (1 children)
[–] [email protected] 3 points 8 months ago

no, stealing code is