Eight years of Go
blog.golang.org
Eight years of Go
1–10 of 291 posts
Re: Eight years of Go
#21. Probably the best ecosystem out there.
2. Go routines
3. (Enabled by (2) actually) `defer`
4. That I can add interfaces implementations to structs I don’t own
5. No exceptions.
Actually (5) is one of the few things I don’t like about Haskell.
If Go had ADTs and generics it would easily be my favorite language.
Edit: and of course the channels.
Edit2: yeah, i have no idea why i connected (2) and (3). Had just woken up. No idea what I was thinking.
Re: Eight years of Go
#3https://commandcenter.blogspot.com/2017/09/go-ten-years-and-...
Re: Eight years of Go
#4Things I love about go: 1. Probably the best ecosystem out there. 2. Go routines 3. (Enabled by (2) actually) `defer` 4. That I can add interfaces implementations to structs I don’t own 5. No exceptions. Actually (5) is one of the few things I don’t like about Haskell. If Go had ADTs and generics it would easily be my favorite language. Edit: and of course the channels. Edit2: yeah, i have no idea why i connected (2)…
Re: Eight years of Go
#5Just to accentuate some of the neat things you can do with Go, watch: 'Can you write an OS Kernel in Go?' from the Golang UK Conf. https://www.youtube.com/watch?v=8T3VxGrrJwc
Re: Eight years of Go
#6Things I love about go: 1. Probably the best ecosystem out there. 2. Go routines 3. (Enabled by (2) actually) `defer` 4. That I can add interfaces implementations to structs I don’t own 5. No exceptions. Actually (5) is one of the few things I don’t like about Haskell. If Go had ADTs and generics it would easily be my favorite language. Edit: and of course the channels. Edit2: yeah, i have no idea why i connected (2)…
Re: Eight years of Go
#7Re: Eight years of Go
#8Things I love about go: 1. Probably the best ecosystem out there. 2. Go routines 3. (Enabled by (2) actually) `defer` 4. That I can add interfaces implementations to structs I don’t own 5. No exceptions. Actually (5) is one of the few things I don’t like about Haskell. If Go had ADTs and generics it would easily be my favorite language. Edit: and of course the channels. Edit2: yeah, i have no idea why i connected (2)…
Novice here. Why is having no exceptions a good thing, in your opinion?
Re: Eight years of Go
#9https://twitter.com/pasiphae_goals/status/923820615022399488
Re: Eight years of Go
#10I find myself wondering how important the "fun facts" are in this fascinating thread about Go: https://twitter.com/pasiphae_goals/status/923820615022399488