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.
It could be a joke in a sitcom
What programming language came before and inspired C?
B?
laugh track
That’s correct
😮
laugh track
I’m waiting for info about A language now.
Well, there is A Programming Language.
Wait till you learn about D
There’s R, too, and J. In fact, every letter has a more-or-less known programming language. Storage was expensive back then!
Can’t wait to learn ß and Æ!
I’d use ☃️ more but every time I try my computer freezes.
I use R for work. It’s comparable to python
BYOND!
I wish it had client linux support
The memory word size is the amount of bites your CPU can hold and proces in a single cycle. The word size of a modern computer is usually 64 bit.
There was no question in the post. I’m pretty sure that poster knows what “word size” is in this context.
There was a (sort of) question
whatever that might be
the “whatever that might be” in that context meant “the machine dependent format could be anything, and it wouldn’t matter for B”
Ah oke