I was reading on the TypeScript site and saw that the TypeScript compiler is itself written in TypeScript. "The TypeScript compiler is implemented in TypeScript and can be used in any JavaScript host." I don't understand how this can work, wouldn't that create a circular dependency? Chicken-and-egg-scenario? was the first version of the compiler written in something else?
Asked
Active
Viewed 234 times