@Wipe5@lemmy.fmhy.ml to Programmer Humor@lemmy.mlEnglish • 2 years agoThe programmer who turns complex languages into elegant symphonies.lemmy.mlimagemessage-square15arrow-up1189
arrow-up1184imageThe programmer who turns complex languages into elegant symphonies.lemmy.ml@Wipe5@lemmy.fmhy.ml to Programmer Humor@lemmy.mlEnglish • 2 years agomessage-square15
minus-square@nychtelios@rlyeh.iculinkfedilinkEnglish16•2 years agoActually compilers are more complex than operative systems, and incredibly they are built using compilers.
minus-square@pewpew@feddit.itlinkfedilinkEnglish3•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
minus-square@phorq@lemmy.mllinkfedilinkEnglish11•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-square@Martineski@lemmy.fmhy.mllinkfedilinkEnglish3•2 years agoAlright, that’s kinda crazy lol.
minus-square@nychtelios@rlyeh.iculinkfedilinkEnglish2•2 years agogcc and clang are open source, you can read their source code whenever you want!
Actually compilers are more complex than operative systems, and incredibly they are built using compilers.
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
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!