this post was submitted on 26 Jun 2023
183 points (100.0% liked)

Programmer Humor

32050 readers
1365 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] pewpew@feddit.it 14 points 1 year ago (6 children)

The programmer who made the OS

[–] nychtelios@rlyeh.icu 20 points 1 year ago (2 children)

Actually compilers are more complex than operative systems, and incredibly they are built using compilers.

[–] cdnalsi@lemmy.world 4 points 1 year ago (2 children)

Compilers are built using compilers?

[–] phorq@lemmy.ml 11 points 1 year ago (1 children)

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.

[–] Martineski@lemmy.fmhy.ml 3 points 1 year ago

Alright, that's kinda crazy lol.

[–] nychtelios@rlyeh.icu 2 points 1 year ago

gcc and clang are open source, you can read their source code whenever you want!

[–] pewpew@feddit.it 3 points 1 year ago

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

load more comments (3 replies)