Hacker News new | ask | show | jobs
by dagw 466 days ago
Why is the TypeScript team moving to an entirely different technology

A few things mentioned in an interview:

Cannot build native binaries from TypeScript

Cannot as easily take advantage of concurrency in TypeScript

Writing fast TypeScript requires you to write things in a way that isn't 'normal' idiomatic TypeScript. Easier to onboard new people onto a more idiomatic codebase.

1 comments

The message I hear is: don't use JS, don't use async. Music to my ears.
All Go is async though.