[Home]History of B programming language

HomePage | Recent Changes | Preferences

Revision 8 . . November 2, 2001 1:55 am by Kragen [Added links.]
Revision 7 . . (edit) November 1, 2001 11:31 am by (logged).37.81.xxx [typo]
  

Difference (from prior major revision) (no other diffs)

Changed: 6c6
Like BCPL, B had only one datatype, the computer word. Most operators treated this as an integer (ie, +, -, *, /) but others treated it as a memory address to be dereferenced. In most other ways it looked a lot like an early version of C. A few library functions existed, including some that vaguely resemble functions from the standard IO library in C.
Like BCPL and FORTH, B had only one datatype, the computer word. Most operators treated this as an integer (ie, +, -, *, /) but others treated it as a memory address to be dereferenced. In most other ways it looked a lot like an early version of C. A few library functions existed, including some that vaguely resemble functions from the standard IO library in C.

Changed: 8c8
Early implementations were for the DEC PDP-7? and PDP-11 minicomputers running early Unix, and Honeywell 36 bit mainframes running GCOS. The earliest implementations compiled to threaded code. At some stage a native code compiler for the PDP-11 was produced, and at some stage Dennis Ritchie took over maintenance of the compiler.
Early implementations were for the DEC? PDP-7? and PDP-11 minicomputers running early Unix, and Honeywell 36 bit mainframes running GCOS. The earliest implementations compiled to [threaded code]?. At some stage a native code compiler for the PDP-11 was produced, and at some stage Dennis Ritchie took over maintenance of the compiler.

Added: 12a13,14

/Talk?

HomePage | Recent Changes | Preferences
Search: