• kratoz29@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    that’s why all sorts of system calls start with NS

    What do you mean with this?

    • dan@upvote.au
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      6 months ago

      Programmers that make MacOS apps see a lot of things with “NS” in the name. For example, if you want to play sound in your code, you can use something called NSSound. If you want to interact with the clipboard (or “pasteboard” as MacOS calls it), you use something called NSPasteboard

      “NS” is short for “NeXTStep”. Apple kept the old prefix even though it’s called MacOS now.