• azdle@news.idlestate.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      C was originally created as a “high-level” language, being more abstract (aka high-level) than the other languages at the time. But now it’s basically considered very slightly more abstract than machine code when compared to the much higher level high-level languages we have today.

    • FiniteBanjo@lemmy.today
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      edit-2
      6 months ago

      To add on to @azdle@news.idlestate.org 's comment, “High Level” in terms of programming languages means further away from how the computer processes things and “Low Level” means very similar to how machines process things. For example, binary and hexadecimal (16 bit) machine code such as “assembly language” are both low level.

      Imagine if program interpreters were building blocks, then 6 layers of abstraction would be very tall or higher level.

  • Naich@lemmings.world
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    I have programmed by looking up op codes in a table on a sheet of paper and entering the hex codes into an EPROM programmer.