Live data from Hacker News

Show HN: My notes on Working with Go

github.com

1–10 of 91 posts

Re: Show HN: My notes on Working with Go

#6
post #5

Note nº 1: don't!

Care to elaborate?

It ignores some historical bad design decisions, the worst of them being having null in the language, the famous one billion dollar mistake. And well, no support for functional/immutable data structures is something I dislike. My squad did a micro-service in Go at work and was not pleasant as we expected.

Re: Show HN: My notes on Working with Go

#7
post #5

Earlier quoted context omitted.

Care to elaborate?

It ignores some historical bad design decisions, the worst of them being having null in the language, the famous one billion dollar mistake. And well, no support for functional/immutable data structures is something I dislike. My squad did a micro-service in Go at work and was not pleasant as we expected.

what language do you suggest instead of go?

Re: Show HN: My notes on Working with Go

#10

Earlier quoted context omitted.

It ignores some historical bad design decisions, the worst of them being having null in the language, the famous one billion dollar mistake. And well, no support for functional/immutable data structures is something I dislike. My squad did a micro-service in Go at work and was not pleasant as we expected.

what language do you suggest instead of go?

Rust is a better choice
Post reply on HN