How does a compiler initially compile itself?

Posted by jdk on Stack Overflow See other posts from Stack Overflow or by jdk
Published on 2010-05-03T01:36:23Z Indexed on 2010/05/03 1:38 UTC
Read the original article Hit count: 375

I recently read the Mono C# compiler is able to compile itself. Cool. In the past I've heard of other languages doing the same. It twists my mind - seems like a chicken and egg problem. What comes first, second and third, etc?...

© Stack Overflow or respective owner

Related posts about compiler

Related posts about compiler-theory