Comment on Our Use of Haskell and ElmparentComments−seanmcdirmid8yTypeScript is at the top of the list if you include unsound approaches.−hellofunk8yOnly 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.−seanmcdirmid8yThat TS is basically JS with types is what makes it so popular.
Comments
TypeScript is at the top of the list if you include unsound approaches.
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.