Hacker News new | ask | show | jobs
by lairv 1022 days ago
How different are the performance between Bun and Go ?

It'd be really convenient to have a decently fast backend runtime, but more expressive than Go and without the hassle of NodeJS

3 comments

I’ve been playing with Rust as a web backend, and while I still feel really unsure about it, I’ve been surprisingly productive. With that, I occasionally run into some issue with async or lifetimes or pinning that really slows me down, though I’m unsure if that’s partly being a beginner.

Clojure is fairly interesting too, and it uses a similar async model to go.

I'd pick go's expressiveness over js' any time of the day. As a mainly typescript dev.
Jave or C#?