Linked by kragil on Wed 23rd Jan 2013 20:26 UTC
Thread beginning with comment 550148
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: Comment by Laurence
by Hiev on Wed 23rd Jan 2013 21:09
in reply to "RE[4]: Comment by Laurence"
RE[6]: Comment by Laurence
by Laurence on Wed 23rd Jan 2013 21:22
in reply to "RE[5]: Comment by Laurence"
It is a valid Go code, I took it from one of golang.org examples, my point is, just like in C++, it can become unreadable with not much effort.
But that's the case for all languages. Keeping any sufficiently complicated language tidy takes effort.
Quite honestly, I think it's silly making comments like these when you've not even written one line of code. If nothing else, it smacks of prejudice. So how about you actually give the language a try before passing judgement? Or STFU and let people who have used the language comment.
Edited 2013-01-23 21:25 UTC





Member since:
2007-03-26
To be honest, that doesn't even look valid Go (though, as I said, I'm only a week in on the language).
However some of the weirder syntax I've read on the tutorials were purely demonstrations showing how the more advanced C++ routines would be ported (so not really your typical day to day functions).
But lets be honest, you can find extreme cases of bad code in any language, so if you're genuinely curious about the language then I'd recommend have a quick browse through the tour: http://tour.golang.org/