Wipe5@lemmy.fmhy.ml to Programmer Humor@lemmy.mlEnglish · 2 years agoThe programmer who turns complex languages into elegant symphonies.lemmy.mlimagemessage-square15fedilinkarrow-up1189arrow-down15
arrow-up1184arrow-down1imageThe programmer who turns complex languages into elegant symphonies.lemmy.mlWipe5@lemmy.fmhy.ml to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square15fedilink
minus-squarenychtelios@rlyeh.iculinkfedilinkEnglisharrow-up19arrow-down1·2 years agoActually compilers are more complex than operative systems, and incredibly they are built using compilers.
minus-squarecdnalsi@lemmy.worldlinkfedilinkEnglisharrow-up4·2 years agoCompilers are built using compilers?
minus-squarephorq@lemmy.mllinkfedilinkEnglisharrow-up11·2 years agoYup, 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.
minus-squareMartineski@lemmy.fmhy.mllinkfedilinkEnglisharrow-up3·2 years agoAlright, that’s kinda crazy lol.
minus-squarenychtelios@rlyeh.iculinkfedilinkEnglisharrow-up2·2 years agogcc and clang are open source, you can read their source code whenever you want!
minus-squarepewpew@feddit.itlinkfedilinkEnglisharrow-up3·2 years agoI 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
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