Wipe5@lemmy.fmhy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agoThe programmer who turns complex languages into elegant symphonies.lemmy.mlimagemessage-square15fedilinkarrow-up1191arrow-down16
arrow-up1185arrow-down1imageThe programmer who turns complex languages into elegant symphonies.lemmy.mlWipe5@lemmy.fmhy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square15fedilink
minus-squarecdnalsi@lemmy.worldlinkfedilinkEnglisharrow-up4·1 year agoCompilers are built using compilers?
minus-squarephorq@lemmy.mllinkfedilinkEnglisharrow-up10·1 year 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·1 year agoAlright, that’s kinda crazy lol.
minus-squarenychtelios@rlyeh.iculinkfedilinkEnglisharrow-up2·1 year 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!