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

A no bullshit way to Go

Name: Anonymous 2012-08-17 0:06

It has been suggested I should try out Go, it was someone on /prog/

Please share any intensely commented code you know of written in it. Or any documentation besides the tutorial, effective go, and the google tech talks which are all shit.

The only thing remotely useful is the reference manual but it suffers from the same issue: They describe everything as a concept not a function and the examples have context.

Name: Anonymous 2012-08-20 10:41

>>50
Variables are declared with the var keyword, followed by the variable name, and finally by the type. The existence of a specific keyword for variable declarations makes it easy to differentiate them from other types of statements.

consider this sentence, it is not in effective go and there is no equivalent to it. That might seem not really problematic but the same practice is kept for non-trivial things too.

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