6
/c/programming C by u/tolwiz[ADMIN] 23 days ago

Been studying the original C compiler from 1972 by Ritchie.

Researching early Unix and low-level systems, and I ended up spending a good amount of time with this: the actual source of the first C compiler, written by Dennis Ritchie in 1972. Everything we write today traces back to this. Worth reading if you haven't... source: https://github.com/jserv/unix-v1/tree/master/src/c

💬7 comments