by roxtar on 10/7/11, 8:43 AM with 23 comments
by hopeless on 10/7/11, 11:30 AM
I've recently been looking at some new languages: Scala, Haskell, Clojure, Node.js etc. Go was the only site to put code samples (live ones at that) on their front page.
Language/framework creators take note: The first thing I want to see on your site is what the code looks like. How to install it is a distant second (I can look it up once you've convinced me it's worth installing)
by chrisfarms on 10/7/11, 10:15 AM
Checkout the usage for ./go so-far here: http://code.google.com/p/go/source/browse/src/cmd/go/script....
by masterponomo on 10/7/11, 5:56 PM
by DizzyDoo on 10/7/11, 9:52 AM
I develop primarily on a Windows machine, so this is some good news.
by Someone on 10/7/11, 12:36 PM
Close is intended as a way for a sender to signal
that no more values will be sent.
Go 1 will disallow close on receive-only channels.
Why, then, would one still call this 'close'? Wouldn't "done", "dontexpectmore" or "sendEndOfData" be better names?by majika on 10/7/11, 11:40 AM
I'd also like to see a built-in IDE analogous to Python's IDLE to lower the barrier-to-entry. IDLE is great for education.
I also think that Go needs to establish some sort of independent entity for the future development of the language. People need assurance that Go isn't going to go away if Google gets bored with it. Go hasn't crossed that rubicon yet, and this is another big barrier to adoption.
by uggedal on 10/7/11, 10:15 AM