• Kühlschrank@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    7 days ago

    Wondering as a non coder, can something like that happen with modern languages?

    When I learned some C++ back in the day I remember my code not working because I forgot a = in a == statement. But then it just didn’t compile and was unusable until I discovered it.

    • piccolo@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      7 days ago

      Back then, it would written in assembly which is has basically no compilations rules other than be translated to machine code. So it will do litterally what you tell it to do.