Hacker News new | ask | show | jobs
by richbell 1261 days ago
> That's a lot of words for a language you don't like and don't want to use.

I agree, I'm glad the author wrote up such thoughtful constructive criticism. They clearly care about software development and want everyone to improve. :)

1 comments

They didn't though.

It's ... familiar quibbles surrounded by noise. I'd love it if you could summarize the thoughtful constructive criticism you saw for the rest of us.

> It's ... familiar quibbles surrounded by noise.

I found it helpful. It did confirm my priors (Go is useful for a big class of problems) and educate me a bit (uninitialised values set to zero??)

I have compiled some Go (so fast) but written zero Go. I do not like garbage collected languages, but rather a garbage collector than reference counting (I have done a lot of Swift - Why? For money - there could be no other reason)

> I'd love it if you could summarize the thoughtful constructive criticism you saw for the rest of us.

The lack of protections for using uninitialised data structures. I learnt about that from this article. Makes me nostalgic for C