Comment on Is a web browser using another scripting language feasible?

<- View Parent
CameronDev@programming.dev ⁨1⁩ ⁨day⁩ ago

I dunno, I don’t see the benefit to native TS in the browser. For compatibility, all sites will continue to serve JS, so what does TS gain anyone? And there is no performance benefit, maybe a performance hit given none of the type validation can happen until all of the scripts have downloaded, so execution can’t begin until that has happened?

I could be way off on this though, I’m not a webdev :/

source
Sort:hotnewtop