Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
maykdev4177ywell if you know about codedom (know it of c#) it could use the code you write to recompile
so thinking of this
you could write software that will write software that will continue the task over and over again. -
fdgram4867y@JustKidding it's called bootstrapping. You build a simple compiler with assembly, and then use this to create a more advanced compiler, with which an even more advanced compiler can be built, etc. Ken Thompson's Trusting Trust is a good read.
-
@fdgram While that sounds reasonable I think (without having read any sources) the first compiler was directly build with machine code (or punch cards, if thats the correct english word) since assembly itself also needs to be compiled.
-
fdgram4867y@JustKidding the first assembler was definitely built directly with machine code; the first compiler could then be built with this assembler
Do you ever wonder what IDE the developers used to make the new IDEs 🤔
undefined