Hacker News new | ask | show | jobs
by sfn42 198 days ago
It's just too bad bun is based on literally the worst programming language that's in actual use.
1 comments

TypeScript's one of the best, and bun runs it natively.
Typescript is a band aid on the gaping gushing wound that is JavaScript. It attempts to fix one problem JS has and it doesn't really succeed.
Sounds like cope. Great Type System, Language Server, IDE Integration, compiler feedback, tooling ecosystem, DX Hot Reload - all things that made it the most used programming language on GitHub.
Overcomplicated type system. Language server seems redundant to mention, everything has a language server. Everything has ide integration. Everything has decent compiler feedback. Everything has hot reloading.
yes some languages have them, no they're not as good.
Pretty much all major languages have all of those features save hot-reloading, but that only even makes sense for UI written in an interpreted language.