Learning C

Written on 18th May 2026 by Ezekiel

I’ve been on a trip down the computing rabbit-hole. From handling UTF-8 to syntax parsing and memory management.

Why you might ask? Its a lot of fun. By the way, AI has made the learning process so much better.

I began by reading the C Book (which I am still reading btw), The 2nd (ANSI) edition to be exact.

What did I realize when learning the C programming language?

Learning C is a great way to appreciate python, go and rust ecosystems. This is because of the amount of work put into developing great developer tooling abstracting unneccessary underlying complexities.