Y
Hacker News
new
|
ask
|
show
|
jobs
by
sdfin
2021 days ago
I'd find it interesting to know what those complaints are about.
2 comments
dnautics
2020 days ago
Complaints I've heard: json broken, no good way to do orm, http library not great, no good framework for http webserver, etc. Channels/goroutines are deceptively hard, easy to cause resource leaks.
link
FridgeSeal
2021 days ago
not the person you're responding to, but this blog and blog post has some good, in-depth points:
https://fasterthanli.me/articles/i-want-off-mr-golangs-wild-...
link
sdfin
2020 days ago
Thanks. After reading it, I wonder if the problems he mentions only occur in Go, or if they occur in most languages that are not Rust.
link
dnautics
2020 days ago
None of these problems are problems in elixir or zig, the two langs I'm most familiar with currently (they are handled differently, of course).
link