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

    • ButtBidet [he/him]
      ·
      2 years ago

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

      • silent_water [she/her]
        ·
        2 years ago

        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.