I have been poking around at the TypeScript compiler and found this curious statement in the language spec:
TypeScript compiler is implemented in TypeScript
Is this even possible? I must believe that tsc (TypeScript Compiler) must have largely been developed in Javascript, but maybe I am missing something here.