Hacker News new | ask | show | jobs
by vkou 941 days ago
Do people do real work in JS in 2023, or do they do it in languages that compile down to JS?
2 comments

Ignoring compiling and polyfilling for older JS versions, Typescript is extremely popular. While it's compiled, all things beside the type system are from Javascript by design including syntax.
Probably of all people a lot of ruby acolytes do since a sizable portion of that community is a DHH personality cult. And plain JS is the 2nd best language ever made in that realm.