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-18 0:39

>>17
>>18
>>19
First, the 32-bit version of Go is stillborn, and the authors are open about this. Look at 64-bit instead. http://shootout.alioth.debian.org/u64q/which-programming-languages-are-fastest.php

Second, why not look at the direct language comparisons? http://shootout.alioth.debian.org/u64q/benchmark.php?test=all&lang=go&lang2=sbcl http://shootout.alioth.debian.org/u64q/benchmark.php?test=all&lang=go&lang2=java Go is slower in the memory-allocation-intensive benchmarks, because it's garbage collector is still unoptimized, again something the authors are open about. Go's regex is also unoptimized, hence the slow regex-dna results.

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