@ryanlpeterman: How Typescript was originally created Anders Hejlsberg (Creator of TypeScript, C#): "The way TypeScript came about was …
Summary
Anders Hejlsberg explains the origins of TypeScript, describing how it evolved from C# due to requests for better JavaScript tooling from the Outlook.com team.
View Cached Full Text
Cached at: 08/25/26, 08:15 PM
How Typescript was originally created
Anders Hejlsberg (Creator of TypeScript, C#): “The way TypeScript came about was actually indirectly, through C, because the Outlook. com team approached the C group and asked whether we would pretty please productize something called Script Sharp.
Script Sharp was this thing that took C and transpiled it into JavaScript so you could run it in a browser. And I’m like, what? Why would you want to do that?
Why don’t you just write the Java? Well, because that way we can get great tooling. I’m like, wow, is JavaScript really that busted?
And. And you’re saying, like, the. The way you want to fix that problem is by abandoning JavaScript, treating it as an instruction language.
Right? And then having a code generator targeted. I’m like, couldn’t we, like, fix JavaScript?
Wouldn’t that be better? Do you know what I mean?“
For the full conversation, you can search the Anders Hejlsberg’s name on my YouTube, Spotify or Apple Podcasts (link in bio)
Similar Articles
@ryanlpeterman: Anders Hejlsberg ( @ahejlsberg ) is the creator of TypeScript and C#, and I asked him about how the TypeScript compiler…
Anders Hejlsberg explains the decision to rewrite the TypeScript compiler in Go for 10x performance gains and discusses AI's impact on software engineering in a podcast episode.
@ryanlpeterman: Why Microsoft didn't have LLMs do their recent Typescript native rewrite in Go Anders Hejlsberg (Creator of Typescript)…
Anders Hejlsberg explains why Microsoft avoided using LLMs directly for rewriting TypeScript in Go, advocating instead for using AI to build deterministic translation tools.
@GergelyOrosz: Anders Hejlsberg (@ahejlsberg) is a living legend: he created Turbo Pascal, Delphi, C# and TypeScript (and today TypeSc…
A detailed summary of an interview with Anders Hejlsberg, the creator of Turbo Pascal, Delphi, C#, and TypeScript, covering his career, design philosophy, and insights on software craftsmanship and AI.
@ryanlpeterman: Will AI write +90% of all code this year? Anders Hejlsberg (Creator of Typescript, C#): "For certain classes of apps th…
Anders Hejlsberg, creator of TypeScript and C#, discusses whether AI will write over 90% of code this year, noting it can handle all code for certain app classes but not high-quality code like the TypeScript compiler, and expresses hope that AI doesn't fully replace human coding.
microsoft/TypeScript
TypeScript is a language for application-scale JavaScript that adds optional types. The repository hosts the TypeScript compiler and tooling.