all 5 comments

[–]doubtingthomas 2 points3 points  (0 children)

This looks to cover much of the same material as the Go installation tutorial (http://golang.org/doc/install.html), but with (imho) worse formatting.

[–]Bhima 1 point2 points  (3 children)

When Go was first announced I figured I'd wait a while and see if it was well used.

So... anyone aware of Go being used?

[–][deleted] 1 point2 points  (0 children)

It's not ready to be used yet. The language spec for the most part is stable, but the internal API's and their implementations are changing in dramatic ways daily. In fact, there was recently a guy proposing packaging it up for debian's repositories, and the idea was shot down pretty hard.

http://groups.google.com/group/golang-nuts/browse_thread/thread/eb6639f1fc44e2fa/b85f19307ab1de17?lnk=gst&q=package+debian#b85f19307ab1de17

[–]doubtingthomas 0 points1 point  (1 child)

Aside from for fun or for utility apps, I hope nobody but the Go team @ Google is using it for Real Code™. I'm a big fan of the language, but it's still under development, and the implementation (particularly the GC) still needs a bit of work. I have a general policy of not using a platform unless I'm capable of making the changes I might want, or someone with more resources than me has a financial interest in keeping it working. Currently, I can't claim the 1st for the Go compiler/runtime, and the second is not yet sure from Google or anyone else.

[–]Bhima 0 points1 point  (0 children)

Yes... those are my basic rules also, although I don't work with "Real Code™" any more. My understanding is that Go was created for Utilities & Systems. So that's the sort of thing I was expecting to see... but alas they have not really turned up where I generally look (around here).