@[email protected] to Programmer [email protected]English • 1 year agoThe programmer who turns complex languages into elegant symphonies.lemmy.mlimagemessage-square16fedilinkarrow-up1296arrow-down16
arrow-up1290arrow-down1imageThe programmer who turns complex languages into elegant symphonies.lemmy.ml@[email protected] to Programmer [email protected]English • 1 year agomessage-square16fedilink
minus-square@[email protected]linkfedilinkEnglish15•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-square@[email protected]linkfedilinkEnglish3•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!