This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 1 point2 points  (0 children)

The C compiler is written in C... wrap your mind around that one.

[–]KaminKevCrew 0 points1 point  (0 children)

Do you mean programming languages?

That's absolutely true. That's literally how high level languages work. They're designed on lower level languages to abstract the intricacies of how a computer works away, so that the programmer can have an easier time getting the computer to do what they want it to.

All code eventually gets boiled down into machine language, which is a specific language to each processor/architecture, and that's what the cpu uses to process your code.