Learning the C Programming Language as a Classical Musician

Episode 5 Welcome back! In the last episode we looked at some nice ways to comment out your code, and ended up playing with ASCII and the fact that, for a computer, everything is just numbers. Today we will look at what is known as the phases of translation, that is, the processes that transformContinue reading “Learning the C Programming Language as a Classical Musician”

Learning the C Programming Language as a Classical Musician

Episode 4 Welcome back and thank you for sticking with me! In this episode, we will scratch the surface of what programming is, learn how to comment your code, and what your computer is doing when compiling your code. I will try to add as many music-related examples as possible but, in these first stages,Continue reading “Learning the C Programming Language as a Classical Musician”