打字稿的初始编译器是用什么语言编写的?
what language is the initial compiler of typescript written in?
根据同一主题的另一个话题,打字稿是一种 'bootstrapped' 语言。
如果 typescript 是一种自举语言,则意味着初始编译器是用初始的低级语言编写的。那会是什么语言呢?
来自维基百科:
The TypeScript compiler is itself written in TypeScript, transcompiled
to JavaScript and licensed under the Apache 2 License.
最早的 TypeScript 实现始于 JavaScript。
根据同一主题的另一个话题,打字稿是一种 'bootstrapped' 语言。
如果 typescript 是一种自举语言,则意味着初始编译器是用初始的低级语言编写的。那会是什么语言呢?
来自维基百科:
The TypeScript compiler is itself written in TypeScript, transcompiled to JavaScript and licensed under the Apache 2 License.
最早的 TypeScript 实现始于 JavaScript。