Hacker News new | ask | show | jobs
by rebelidealist 1075 days ago
Can't we move on from JS for the backend? It is a brittle and confusing langugage. Author of JS the good parts: https://www.youtube.com/watch?v=lc5Np9OqDHU
1 comments

The annoyingly self-perpetuating truth: - There are a lot of JS devs available to hire - The ecosystem is huge and generally up to date (although you may have to bounce to a new framework for the same task a year later) - New tools like TypeScript allow you to keep making the JS choice with a cleaner conscience even though it’s just transpiled back into vanilla JS. - The mainstream alternatives are either not as fast to write or aren’t generally as performant as Node.