Hacker News new | ask | show | jobs
by seanmcdirmid 2882 days ago
TypeScript is at the top of the list if you include unsound approaches.
1 comments

Only problem there is that TS is still JS, with a lot of JS warts that bother many devs.

Other JS transpiling languages have entirely different semantics from JS altogether, which also make them attractive.

That TS is basically JS with types is what makes it so popular.