Content deleted Content added
Added file extension; see Unix 1st edition manual, commands part 1, b; page 7 in <http://cm.bell-labs.com/cm/cs/who/dmr/man11.pdf> |
→History: Correction, see talk page section: Weird stuff in history section |
||
Line 28:
==History==
Ken Thompson wrote B basing it mainly on the [[BCPL]] language he had used
Like BCPL and [[Forth (programming language)|FORTH]], B had only one datatype: the computer word. Most operators (e.g., +, -, *, /) treated this as an integer, but others treated it as a memory address to be [[Reference (computer science)|dereferenced]]. In many 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 [[stdio.h|standard I/O library]] in C.
|