Today I was just wondering… what’s the version of the compiler which compiled my compiler. Quite a strange question to make myself and I really don’t know where this curiosity came from.
Looking in Wikipedia:
read moreEarly compilers were written in assembly language. The first self-hosting compiler — capable of compiling its own source code in a high-level language — was created for Lisp by Tim Hart and Mike Levin at MIT in 1962.^[2]^ Since the 1970s it has become common practice to implement a compiler in the language it compiles, although both Pascal and C have been popular choices …