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-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!
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!