这一次,由微软牵头,又掀起了一场关于编程语言的大战。 事情起因于 3 月 11 日,微软在官方博客上宣布了一则重大消息:TypeScript 编译器和工具链将迎来原生实现。简单来看,所谓原生实现,就是用一种更接近计算机底层的语言(如 Rust、Go 或 C++)重新实现 ...
如今,TypeScript 已跻身主流编程语言之列,但另一方面,微软将其编译器从自身语言迁移至 Go 的举动,也在无形中承认了它在性能层面的物理上限。正如 RedMonk 分析师 Stephen O’Grady 去年的疑问: ...
微软已经着手将 TypeScript 编译器和工具集移植至 Go,旨在实现各类代码库的 10 倍编译速度提升。大部分开发者都觉得这是个好消息。不过,也有一些人感到不解,他们想知道,为什么微软选择了 Go 语言,而不是 Rust 语言来做这件事。 昨天,TypeScript 之父 Anders ...
Microsoft expects its port of the TypeScript compller, tools, and code base from JavaScript to Go will be completed by the end of 2025. Microsoft is developing a native TypeScript implementation based ...
Last week Microsoft announced a major shift in the architectural direction of its TypeScript language. Until now the TypeScript compiler, tsc, was written in TypeScript itself, compiled to JavaScript, ...
在 AI 写码逐渐成为“新常态”的当下,编程语言的选择反而更重要。 Flask作者、创业者Armin Ronacher 指出:语言背后是复杂的权衡,在 AI 时代必须被重新审视;更关键的是,语言会直接影响 Agent 生成代码的质量。 Armin 认为,Go 在 AI 场景下更“对味”,它抽象层 ...
Microsoft is revamping its TypeScript programming language with a native compiler and toolset. This effort seeks to address performance challenges, especially in large codebases, by porting the ...
A much more performant TypeScript is now available in the new Visual Studio 2026 Insiders build, capitalizing on speed gains achieved by porting the language compiler ...