this post was submitted on 28 Dec 2022
0 points (NaN% liked)

chat

8137 readers
237 users here now

Chat is a text only community for casual conversation, please keep shitposting to the absolute minimum. This is intended to be a separate space from c/chapotraphouse or the daily megathread. Chat does this by being a long-form community where topics will remain from day to day unlike the megathread, and it is distinct from c/chapotraphouse in that we ask you to engage in this community in a genuine way. Please keep shitposting, bits, and irony to a minimum.

As with all communities posts need to abide by the code of conduct, additionally moderators will remove any posts or comments deemed to be inappropriate.

Thank you and happy chatting!

founded 3 years ago
MODERATORS
 

Everytime I have to use some python script I fucking groan. God, what a pain in the ass python is...

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 2 years ago (1 children)

Ya cuz Haskell is so damn easy that most programmers prefer it.

[–] [email protected] 0 points 2 years ago (1 children)

there's been some experiments teaching it to children - it's about as easy as python but it's a completely different way of thinking. in some ways, it's easiest to learn if you haven't been introduced to an imperative language already. I'd say they were two totally different skillsets except that you write radically different code in imperative languages that allow for higher-order functions after you've learned Haskell.

[–] [email protected] 0 points 2 years ago (1 children)

You could say the same about Lisp

[–] [email protected] 1 points 2 years ago

yea, I just prefer having a static type system. I'm too dumb to code without one.