Reading List

Rewriting the TypeScript Compiler in Go from Michael Tsai RSS feed.

Rewriting the TypeScript Compiler in Go

Anders Hejlsberg (tweet, video, Hacker News): To meet those goals, we’ve begun work on a native port of the TypeScript compiler and tools. The native implementation will drastically improve editor startup, reduce most build times by 10x, and substantially reduce memory usage. By porting the current codebase, we expect to be able to preview a […]