- How to write a good C main function by Erik O'Shaughnessy - an intro areticle about writing and anatomy of a simple C program (including defines, command line arguments, etc)
- How to structure a multi-file C program by Erik O'Shaughnessy
- A short primer on assemblers, compilers, and interpreters by Erik O'Shaughnessy - a gentle introduction to the historical evolution of programming practices.