B is a programming language developed at Bell Labs circa 1969 by Ken Thompson and Dennis Ritchie.

Influenced by BCPL, PL/I, TMG

Influenced C

B was designed for recursive, non-numeric, machine-independent applications, such as system and language software. It was a typeless language, with the only data type being the underlying machine’s natural memory word format, whatever that might be. Depending on the context, the word was treated either as an integer or a memory address.

  • abbadon420
    link
    fedilink
    arrow-up
    2
    arrow-down
    4
    ·
    edit-2
    1 month ago

    There was a (sort of) question

    whatever that might be

    • aard@kyu.de
      link
      fedilink
      arrow-up
      13
      ·
      1 month ago

      the “whatever that might be” in that context meant “the machine dependent format could be anything, and it wouldn’t matter for B”