A 10x Faster TypeScript
Typescript performance vs JavaScript
How can I speed up initial TypeScript compile times
As TypeScript becomes 10x faster, will it become a more popular choice than Go, Java, Python and PHP for BED?
I recently saw a comparison of how "green" or environmentally friendly programming languages are compared to one another with a ranked list. TypeScript compared pretty poorly and was significantly worse than JavaScript. The graphic I saw was based on a study and seemed to be implying that more green meant better performance. Correct me if I am misinterpreting.
My question is why would TypeScript perform differently than JavaScript? I am not familiar with build processes due to not working with TypeScript but I would assume TS would be transpiled to JS at build time and run as vanilla JS at run time. Is this incorrect? Including a link to a post about the study below for reference in case someone can provide perspective on that.
https://www.linkedin.com/posts/bytebytego_systemdesign-coding-interviewtips-activity-7156542626446344192-nmBJ?utm_source=share&utm_medium=member_desktop
Will TypeScript become a more popular choice than Go, Java, Python and PHP for backend development (with Node.js) as it's getting 10x faster? Or does it only matter for large projects with high workloads? Just trying to figure out which programming language is worth learning for the backend.
Edit: thanks everyone for the clarifications, now I realize this is a huge leap forward for TypeScript, but not for my future tiny projects ) Anyway, I'm going to stick with it since I've already started learning JS. Wish me luck )