Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Golang

Name: Anonymous 2012-11-03 22:23

What redeeming value does this language have at this point exactly? It tries too hard not to be C. The only important golang site after the official one was cat-v.org and its maintainer died. As for the language and compiler design itself, all this thing does is annoy me with unused variable errors making me litter fake assignments all over the place and inflexible code layouts for the function arguments.

Name: Anonymous 2012-11-03 22:37

>>2
When I write code, it's not uncommon for me to define some variables I think I'll need, then write part of the algorithm, test it to make sure it works, then write more and more, using the remaining variables. Same thing for imports. It'd be nice if the Go compiler had a flag for "this is in-progress code, don't complain about unused things" that could be used during development.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List