←back to thread

Go is still not good

(blog.habets.se)
644 points ustad | 1 comments | | HN request time: 0.201s | source
Show context
Insanity ◴[] No.44986325[source]
I wrote a book on Go, so I'm biased. But when I started using Go more than a decado ago, it really felt like a breath of fresh air. It made coding _fun_ again, less boilerplate heavy than Java, simple enough to pick up, and performance was generally good.

There's no single 'best language', and it depends on what your use-cases are. But I'd say that for many typical backend tasks, Go is a choice you won't really regret, even if you have some gripes with the language.

replies(2): >>44988111 #>>45011640 #
1. neop1x ◴[] No.45011640[source]
Exactly this! I have been programming in Go for many years and it basically made programming enjoyable for me again. No crazy abstractions, no overcomplicated syntax, hidden constructors, forgotten exception handling, etc. And it crosscompiles easily and is fast at runtime. I love it. No other language achived this for me.