• FuglyDuck@lemmy.world
    link
    fedilink
    English
    arrow-up
    35
    ·
    3 days ago

    It’s also important to note that you might come out ahead in learning those abstract concepts using a harder language.

    But my first language was Pascal. from a book stolen from my dad’s library. Then C++. I still wouldn’t call myself anything other than an amateur… I mean, my dad can do more with one line of C than most programmers can do in their entire career. (he really shouldn’t. but he does. Calls it “job security”.)

    • asyncrosaurus@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      2 days ago

      I was hacking scripts and web shit together in perl, python and php for many years before learning C, and just a couple months learning C/C++ made me understand so many more basic concepts than all previous years experiences combined.

    • oce 🐆@jlai.lu
      link
      fedilink
      arrow-up
      8
      ·
      3 days ago

      It’s also important to note that you might come out ahead in learning those abstract concepts using a harder language.

      I agree that you will learn more abstract concepts with more low level languages, but they are often not necessary. See Scala, beautiful language, lot’s of fancy subtle computer science concepts, and a plummeting popularity since its main popularizer, Apache Spark, implemented a Python API.

      • FuglyDuck@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        3 days ago

        Well. yes. it does strongly depend on what you intend to do with it.

        Python is a great language that’s very broadly used; there’s a reason that Apache added the python API; after all. (and why Scala is plummeting.) I wouldn’t even say Pascal was all that useful, to me. I think I ‘learned it’ enough to get through the dumb book, and then went on to something else. C++ was more fun anyhow.