I’ve always flunked at math; and knowing how intertwined programming is with math, I’m skeptical of my ability to learn how to code. Can someone be too dumb to learn programming? If it helps, I’m mostly interested in learning Common Lisp.

  • Nommer@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    I’d like to believe that, I really would but I can’t when it takes the better part of 2-3 hours of frustration just trying to figure out how to reverse a string before just doing a for loop and going over each individual character, only to find out all I had to do was something stupid simple like str.split().reverse().join()

    • Xuntari
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      But now you know for next time! Everything is a mystery, until you figure it out.