Go 1.6 is Released
blog.golang.org
Go 1.6 is Released
1–10 of 367 posts
Re: Go 1.6 is Released
#2Re: Go 1.6 is Released
#3Edit: Blog post up: https://blog.golang.org/go1.6 maybe change the article link to that?
Re: Go 1.6 is Released
#4Re: Go 1.6 is Released
#5EDIT: I must highlight the point about checking lot of boxes. In many discussions about features of programming languages, we get responses like, "language Y does that too. Why not choose that language?" Well, because we don't pick languages for one specific feature. We pick them for the combination of features.
Re: Go 1.6 is Released
#6Go checks a lot of boxes for my ideal language for developing web services: Static type, C derived, has garbage collection, generates a single binary, supports concurrency very well, is opinionated, is small/simple, its community prefers to just use standard lib for most work, etc. Yes, Generics is an issue and so is debugging. But, overall, I can't think of many other options that check so many boxes. EDIT: I must h…
Debugging absolutely needs work though.
Re: Go 1.6 is Released
#7Go checks a lot of boxes for my ideal language for developing web services: Static type, C derived, has garbage collection, generates a single binary, supports concurrency very well, is opinionated, is small/simple, its community prefers to just use standard lib for most work, etc. Yes, Generics is an issue and so is debugging. But, overall, I can't think of many other options that check so many boxes. EDIT: I must h…
Re: Go 1.6 is Released
#8Go checks a lot of boxes for my ideal language for developing web services: Static type, C derived, has garbage collection, generates a single binary, supports concurrency very well, is opinionated, is small/simple, its community prefers to just use standard lib for most work, etc. Yes, Generics is an issue and so is debugging. But, overall, I can't think of many other options that check so many boxes. EDIT: I must h…
I still don't get the Go love.
Re: Go 1.6 is Released
#9Not officially. "Go 1.6 is soon (but not yet)." - commit message from today.
Re: Go 1.6 is Released
#10What Go is lacking at this moment in my opinion is:
1) A comprehensive and mature web framework. Play w/ Scala is my go-to choice now, with Django a very close second.
2) A decent cross-platform GUI toolkit; heck, I'd settle with Qt and/or .NET bindings for Go. The power of Go is statically linked binaries, and I think the area of desktop applications will be easy to target if a good solution emerges.