• @a_Ha
    link
    2
    edit-2
    3 years ago

    That 7/100 bloat ratio is quite telling !
    Yet since I don’t like YouTube nor Java, i searched :
    “Clojure vs Python” ( at ddGo ) …
    First impression : this “Closure” programming language seems better than Python in some respects. Python is still better for beginners.

      • @a_Ha
        link
        -13 years ago

        Since that profane comment I made above, I learn that “Closure” thing is a type of language that would give me nightmares. So I will stick with “imperative” languages for a while. if you are profane like me in this domain, don’t count on me for better clues.

    • ☆ Yσɠƚԋσʂ ☆OP
      link
      43 years ago

      I actually think it’s better to learn a functional language as your first language because it teaches you to think about state explicitly, and it’s much easier to go from fp to imperative than the other way around.

      • @a_Ha
        link
        -13 years ago

        I was confused with your comment so I read (from Wikipedia) : Functional programming

        if I get 2% of that complex nightmare is that : it is easier to go from “FP” to imperative because FP requires much brain.

        • ☆ Yσɠƚԋσʂ ☆OP
          link
          23 years ago

          FP absolutely doesn’t require much brain. In fact, my team regularly hired students as interns who barely have any programming experience and are able to get productive within a week or two. The whole point of FP is to reduce complexity.