this post was submitted on 26 Jun 2023
290 points (98.0% liked)
Programmer Humor
32375 readers
569 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Actually compilers are more complex than operative systems, and incredibly they are built using compilers.
Compilers are built using compilers?
Yup, C is written in C. You bootstrap using a compiler written in another language until your language is complete enough to write its own compiler.
Alright, that's kinda crazy lol.
gcc and clang are open source, you can read their source code whenever you want!
I belive you. I made a basic OS in around a month and now i'm starting a C compiler, I think I underestimated it a bit