• OpenStars
    link
    fedilink
    English
    arrow-up
    34
    arrow-down
    1
    ·
    6 months ago

    Compared to Assembly language, C++ is fantastic! :-P

    • scrion@lemmy.world
      link
      fedilink
      arrow-up
      26
      ·
      6 months ago

      It’s actually a lot worse than ASM, there are far more ambiguities in C++. And yet here I am, still developing with it some 30+ years later.

      Don’t worry, I’m using Rust were it makes sense.

      • OpenStars
        link
        fedilink
        English
        arrow-up
        10
        ·
        6 months ago

        Assembly was my first language after BASIC - I know I’m weird, and I’m okay with that:-). Tbf it was for a calculator, so simplified. Any language ofc can go off the deep end in terms of complexity, or if you stick to the shallows it can be fairly simple to write a hello world program (though it took me a month to successfully do that for my calculator, learning on my own and with limited time spent on that task:-).

      • OpenStars
        link
        fedilink
        English
        arrow-up
        5
        ·
        6 months ago

        Okay so they are both quite “fun” :-)

        C++ is a bit easier to use on a daily basis though, and a scripting language easier still:-D.

        Damn asm was fun though…