...wait, what's this discussion about the compiler and the interpreter?
I thought any programming language can be compiled or interpreted, it's just that for some programming languages, a single method (compiling or interpreting) is more often used than the other.
In the case of C, compiling is...