A year with Go
vagabond.github.io
A year with Go
1–10 of 235 posts
Re: A year with Go
#2Re: A year with Go
#3And if you wanted a concurrent language that wasn't a functional language what would you use?
Re: A year with Go
#4Re: A year with Go
#5Go certainly taught me quite a bit about closures and programming to an interface.
Re: A year with Go
#6When I use Rust I am constantly annoyed by how limiting traits are in comparison to interfaces. I much prefer interfaces, which are a single type, as opposed to traits, which are sets of types.
Re: A year with Go
#7> if I wanted a language built around concurrency I’d use Erlang or Haskell. And if you wanted a concurrent language that wasn't a functional language what would you use?
Re: A year with Go
#8> if I wanted a language built around concurrency I’d use Erlang or Haskell. And if you wanted a concurrent language that wasn't a functional language what would you use?
Re: A year with Go
#9When I use Rust I am constantly annoyed by how limiting traits are in comparison to interfaces. I much prefer interfaces, which are a single type, as opposed to traits, which are sets of types.
Re: A year with Go
#10The point isn't about learning something new. It's about trying to apply those things into a language they think is easier to work with.