An intresting talk on Is Everything a File, IO Models, Is C a Low Level Language, and a quick comparison on Interfacing with USB devices on Mac OS, Linux and Windows.

  • Scoopta@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    20 hours ago

    A lot of people like to call C low level, maybe in modern times that’s fair? It misses the historical context of why it’s not usually considered one though and it’s ultimately sort of relative.

    • avidya@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      If I am not mistaken, the argument made by papers like “C is not a low level language” is that C used to be a low level language, because it fit the architecture of a PDP, but a modern computer isn’t a PDP, and so C isn’t low level.